Skip to content

Commit

Permalink
Merge pull request #89 from OP-TED/workflows-update-import-gpg-action
Browse files Browse the repository at this point in the history
workflows: Update version of import-gpg action (TEDEFO-2357)
  • Loading branch information
bertrand-lorentz authored Jul 5, 2023
2 parents 1e0b873 + 2e10bb2 commit a499d31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v1
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Set up Java for publishing to Maven Central Repository
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit a499d31

Please sign in to comment.