Skip to content

Commit

Permalink
Merge: Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 [3/3]
Browse files Browse the repository at this point in the history
  • Loading branch information
giis-qabot committed Nov 2, 2024
2 parents a98d5fc + 1731090 commit aadc10f
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 @@ -15,7 +15,7 @@ jobs:
#https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions
#It requires export the private key with the armor option: gpg --output private.pgm --armor --export-secret-key <email>
- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v6.1.0
uses: crazy-max/ghaction-import-gpg@v6.2.0
with:
gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Expand Down

0 comments on commit aadc10f

Please sign in to comment.