Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 7, 2024
1 parent 3423308 commit e1a012f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.linux.temurin.lts.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Import signing key
env:
PGP_SIGNING_KEY: ${{ secrets.PGP_SIGNING_KEY }}
run: echo ${PGP_SIGNING_KEY} | gpg --import
run: echo "${PGP_SIGNING_KEY}" | gpg --import

- name: Log in to Quay.io.
uses: redhat-actions/podman-login@v1.7
Expand Down

0 comments on commit e1a012f

Please sign in to comment.