We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c068ea commit 902a8aaCopy full SHA for 902a8aa
.github/workflows/ci.yml
@@ -316,7 +316,7 @@ jobs:
316
- name: Import PGP key
317
uses: crazy-max/ghaction-import-gpg@v5
318
with:
319
- gpg-private-key: ${{ secrets.SFIO_PGP_PRIVATE_KEY }}
+ gpg_private_key: ${{ secrets.SFIO_PGP_PRIVATE_KEY }}
320
passphrase: ${{ secrets.SFIO_PGP_PRIVATE_KEY_PASSPHRASE }}
321
- name: Login to OSSRH
322
uses: whelk-io/maven-settings-xml-action@v21
0 commit comments