Skip to content

Commit

Permalink
Make PGP import more verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Aug 2, 2024
1 parent b543a3a commit 27b12f0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ jobs:
java-version: ${javaVersion}
distribution: ${javaDistribution}

- name: Check PGP version
run: gpg --version

- 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 -v --import'}

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

0 comments on commit 27b12f0

Please sign in to comment.