We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 376d6e7 + 12e45cf commit 0c6a3b8Copy full SHA for 0c6a3b8
1 file changed
.github/workflows/publish.yml
@@ -20,10 +20,10 @@ jobs:
20
steps:
21
- uses: actions/checkout@v3
22
- 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 }}
+ uses: crazy-max/ghaction-import-gpg@v5
+ with:
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.GPG_PASSPHRASE }}
27
- name: Set up Java for publishing to Maven Central Repository
28
uses: actions/setup-java@v3
29
with:
0 commit comments