We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844d07e commit bb1ec18Copy full SHA for bb1ec18
.github/workflows/publish.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Import GPG
38
uses: crazy-max/ghaction-import-gpg@v6
39
with:
40
- gpg_private_key: ${{ secrets.OSS_SIGNING_KEY_ID }}
+ gpg_private_key: ${{ secrets.OSS_SIGNING_KEY }}
41
passphrase: ${{ secrets.OSS_SIGNING_PASSWORD }}
42
43
# Step to grant execute permissions to the Gradle wrapper script
0 commit comments