Skip to content

Commit 902a8aa

Browse files
committed
fix action argument
1 parent 7c068ea commit 902a8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
- name: Import PGP key
317317
uses: crazy-max/ghaction-import-gpg@v5
318318
with:
319-
gpg-private-key: ${{ secrets.SFIO_PGP_PRIVATE_KEY }}
319+
gpg_private_key: ${{ secrets.SFIO_PGP_PRIVATE_KEY }}
320320
passphrase: ${{ secrets.SFIO_PGP_PRIVATE_KEY_PASSPHRASE }}
321321
- name: Login to OSSRH
322322
uses: whelk-io/maven-settings-xml-action@v21

0 commit comments

Comments
 (0)