Skip to content

Commit

Permalink
update release workflow - gpg action
Browse files Browse the repository at this point in the history
  • Loading branch information
ozansz committed Jul 22, 2022
1 parent 1aad4fa commit b5c7aee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
env:
# These secrets will need to be configured for the repository:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
-
Expand Down

0 comments on commit b5c7aee

Please sign in to comment.