Skip to content

Commit 5aee61e

Browse files
dschomjcheetham
authored andcommitted
fixup! fixup! release: add signing step for .deb package
The `akv-secret` Action must be checked out before it can be used. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 26ecfb3 commit 5aee61e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,9 @@ jobs:
664664
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
665665
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
666666

667+
- name: Check out repository (for akv-secret Action)
668+
uses: actions/checkout@v4
669+
667670
- name: Download GPG secrets
668671
id: gpg-secrets
669672
uses: ./.github/actions/akv-secret

0 commit comments

Comments
 (0)