Skip to content

Commit

Permalink
Merge pull request #167 from power4j/ghaction-gpg
Browse files Browse the repository at this point in the history
Update ghaction-import-gpg to v5.3.0
  • Loading branch information
John-Chan authored Jul 30, 2023
2 parents c960e89 + e13b5ca commit 3326079
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/oss-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
# run: mvn deploy
# env:
# GITHUB_TOKEN: ${{ github.token }} # GITHUB_TOKEN is the default env for the password

- name: Import GPG
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v5.3.0
with:
gpg_private_key: ${{ secrets.MAVEN_GPG_KEY }}
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Expand Down

0 comments on commit 3326079

Please sign in to comment.