Skip to content

Commit 0c6a3b8

Browse files
Merge pull request #19 from OP-TED/update-import-gpg-action
workflows: Update version of import-gpg action (TEDEFO-2357)
2 parents 376d6e7 + 12e45cf commit 0c6a3b8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Import GPG Key
23-
uses: crazy-max/ghaction-import-gpg@v1
24-
env:
25-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
26-
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
23+
uses: crazy-max/ghaction-import-gpg@v5
24+
with:
25+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
26+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
2727
- name: Set up Java for publishing to Maven Central Repository
2828
uses: actions/setup-java@v3
2929
with:

0 commit comments

Comments
 (0)