Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}