Skip to content

Commit

Permalink
Fix gpg import
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yomo committed Aug 25, 2022
1 parent 9872a56 commit a6fed67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
env:
with:
# These secrets will need to be configured for the repository:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down

0 comments on commit a6fed67

Please sign in to comment.