Skip to content

Commit

Permalink
Merge pull request #39 from lifeomic/fix-import-gpg-step
Browse files Browse the repository at this point in the history
fix: use `with` instead of `env` for import-gpg action
  • Loading branch information
SchaeStewart authored Sep 19, 2022
2 parents 49fdc92 + d8f46ef commit 27cab1a
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 @@ -34,7 +34,7 @@ jobs:
- name: Import GPG key
id: import_gpg
uses: crazy-max/[email protected]
env:
with:
gpg_private_key: ${{ secrets.LIFEOMIC_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.LIFEOMIC_GPG_PRIVATE_KEY_PASSPHRASE }}
- name: Run GoReleaser
Expand Down

0 comments on commit 27cab1a

Please sign in to comment.