Skip to content

Commit

Permalink
fix: changing tool to ghaction-import for importing gpg keys (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jalin authored Jul 13, 2022
1 parent ea27084 commit 5fadf08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:

- name: Import GPG key
id: import_gpg
uses: hashicorp/ghaction-import-gpg@v2.1.0
env:
uses: crazy-max/ghaction-import-gpg@v5
with:
# These secrets will need to be configured for the repository:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit 5fadf08

Please sign in to comment.