Skip to content

Commit

Permalink
fix action argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jadamcrain committed May 2, 2023
1 parent 7c068ea commit 902a8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -316,7 +316,7 @@ jobs:
- name: Import PGP key
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg-private-key: ${{ secrets.SFIO_PGP_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.SFIO_PGP_PRIVATE_KEY }}
passphrase: ${{ secrets.SFIO_PGP_PRIVATE_KEY_PASSPHRASE }}
- name: Login to OSSRH
uses: whelk-io/maven-settings-xml-action@v21
Expand Down

0 comments on commit 902a8aa

Please sign in to comment.