We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d03110 + 637f25b commit efc0a8dCopy full SHA for efc0a8d
1 file changed
.github/workflows/java.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Import GPG key
15
uses: crazy-max/ghaction-import-gpg@v6
16
with:
17
- gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
18
passphrase: ${{ secrets.GPG_PASSPHRASE }}
19
20
- name: Cache Maven packages
0 commit comments