Skip to content

Commit ecc8aae

Browse files
Set DEB_SIGN_KEYID on Debian
1 parent 2596745 commit ecc8aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-release-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ jobs:
219219
- name: Build Debian package with GPG signing
220220
if: inputs.gpg_sign_release
221221
env:
222+
DEB_SIGN_KEYID: ${{ secrets.GPG_SIGNING_KEY_ID }}
222223
SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY_ID }}
223224
run: |
224225
cd rabbitmq-packaging

0 commit comments

Comments
 (0)