We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963a875 commit f43700dCopy full SHA for f43700d
1 file changed
.github/workflows/build-rpm.yaml
@@ -138,7 +138,10 @@ jobs:
138
139
- name: Verify RPM signatures
140
shell: bash
141
+ env:
142
+ GPG_SIGNING_FINGERPRINT: ${{ steps.ephemeral.outputs.ephemeral-fingerprint }}
143
run: |
144
+ rpm --import <(gpg --export --armor "${GPG_SIGNING_FINGERPRINT}")
145
found=0
146
while IFS= read -r -d '' rpm_file; do
147
found=1
0 commit comments