Skip to content

Commit

Permalink
Merge pull request #263 from wonchulee/fix_gpg_import
Browse files Browse the repository at this point in the history
ci: Fix to properly import gpg key by action
  • Loading branch information
youngmn authored Mar 20, 2023
2 parents 27948b7 + 19c731c commit a9a87f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
env:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
Expand Down

0 comments on commit a9a87f7

Please sign in to comment.