We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dd33a commit 2785f17Copy full SHA for 2785f17
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@
2
# NEXUS_USER
3
# NEXUS_PASS
4
# GPG_PASSPHRASE
5
-# GPG_KEY (base64)
+# GPG_KEY64 (base64)
6
# gpg --export-secret-keys --armor KEY_ID | openssl base64 | pbcopy
7
# GRADLE_PORTAL_KEY
8
# GRADLE_PORTAL_SECRET
@@ -31,7 +31,7 @@ jobs:
31
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
32
ORG_GRADLE_PROJECT_nexus_pass: ${{ secrets.NEXUS_PASS }}
33
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
34
- ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY }}
+ ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY64 }}
35
36
gradle_key
37
steps:
0 commit comments