From 264d4f9024c3917b0f8cc98a0c2ec7cf01e344b8 Mon Sep 17 00:00:00 2001 From: Matti Airas Date: Sat, 22 Nov 2025 15:30:42 +0200 Subject: [PATCH] fix(ci): add explicit apt-distro and apt-component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add explicit apt-distro: any and apt-component: hatlabs to both main.yml and release.yml workflows. This prepares for making these inputs required in the shared-workflows. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/main.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06fc46c..581d621 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,7 @@ jobs: with: package-name: halpid package-description: 'HALPI2 hardware daemon (Python implementation)' + apt-distro: any apt-component: hatlabs runs-on: ubuntu-latest-arm64 secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 546ab59..b544d41 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ jobs: publish: uses: hatlabs/shared-workflows/.github/workflows/publish-stable.yml@main with: + apt-distro: any apt-component: hatlabs secrets: APT_REPO_PAT: ${{ secrets.APT_REPO_PAT }}