Skip to content

Commit

Permalink
Fix PGP key quoting.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 9, 2024
1 parent 88a3464 commit 95f2dc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Import signing key
env:
PGP_SIGNING_KEY: ${r"${{ secrets.PGP_SIGNING_KEY }}"}
run: echo ${r"${PGP_SIGNING_KEY} | gpg --import"}
run: echo ${r'"${PGP_SIGNING_KEY}" | gpg --import'}

- name: Log in to Quay.io.
uses: redhat-actions/[email protected]
Expand Down

0 comments on commit 95f2dc4

Please sign in to comment.