Skip to content

Commit

Permalink
workflows: yocto-build-deploy: add PKI signing key ID
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
  • Loading branch information
alexgg committed Dec 18, 2024
1 parent 0553ef9 commit 41e3af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ jobs:
SIGN_API_KEY: "${{ secrets.SIGN_API_KEY }}"
SIGN_GRUB_KEY_ID: 2EB29B4CE0132F6337897F5FB8A88D1C62FCC729
SIGN_KMOD_KEY_APPEND: "${{ secrets.SIGN_KMOD_KEY_APPEND }}"
SIGN_HAB_PKI_ID: "${{ vars.SIGN_HAB_PKI_ID }} || '6d74b15cbc5df27fdc8d470a7c71edb3'"
run: |
BARYS_ARGUMENTS_VAR="${BARYS_ARGUMENTS_VAR} -a SIGN_API=${SIGN_API}"
BARYS_ARGUMENTS_VAR="${BARYS_ARGUMENTS_VAR} -a SIGN_API_KEY=${SIGN_API_KEY}"
Expand Down

0 comments on commit 41e3af5

Please sign in to comment.