Skip to content

Commit

Permalink
Merge pull request #14 from hiddenshadow21/RavenDB-21526
Browse files Browse the repository at this point in the history
RavenDB-21526 Don't use env vars in ghaction-import-gpg
  • Loading branch information
gregolsky authored Oct 16, 2023
2 parents 4cd10f5 + 6cd6cfe commit 0a5c572
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 @@ -33,7 +33,7 @@ jobs:
name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
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 0a5c572

Please sign in to comment.