Skip to content

Commit 2785f17

Browse files
committed
Fix GPG key name.
1 parent e4dd33a commit 2785f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NEXUS_USER
33
# NEXUS_PASS
44
# GPG_PASSPHRASE
5-
# GPG_KEY (base64)
5+
# GPG_KEY64 (base64)
66
# gpg --export-secret-keys --armor KEY_ID | openssl base64 | pbcopy
77
# GRADLE_PORTAL_KEY
88
# GRADLE_PORTAL_SECRET
@@ -31,7 +31,7 @@ jobs:
3131
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
3232
ORG_GRADLE_PROJECT_nexus_pass: ${{ secrets.NEXUS_PASS }}
3333
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
34-
ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY }}
34+
ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY64 }}
3535

3636
gradle_key
3737
steps:

0 commit comments

Comments
 (0)