Skip to content

Commit

Permalink
Merge pull request #73 from anchore/gpg-key
Browse files Browse the repository at this point in the history
feat: update release gpg key
  • Loading branch information
bradleyjones authored Feb 28, 2023
2 parents dc31a90 + ed00cd5 commit 618dac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ jobs:
run: make release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_PRIVATE_KEY: ${{ secrets.SIGNING_GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.SIGNING_GPG_PASSPHRASE }}
GPG_PRIVATE_KEY: ${{ secrets.DEV_SIGNING_GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.DEV_SIGNING_GPG_PASSPHRASE }}
SIGNING_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 618dac9

Please sign in to comment.