Skip to content

Commit

Permalink
Fix GPG key name.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 12, 2023
1 parent e4dd33a commit 2785f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NEXUS_USER
# NEXUS_PASS
# GPG_PASSPHRASE
# GPG_KEY (base64)
# GPG_KEY64 (base64)
# gpg --export-secret-keys --armor KEY_ID | openssl base64 | pbcopy
# GRADLE_PORTAL_KEY
# GRADLE_PORTAL_SECRET
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
ORG_GRADLE_PROJECT_nexus_pass: ${{ secrets.NEXUS_PASS }}
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY }}
ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY64 }}

gradle_key
steps:
Expand Down

0 comments on commit 2785f17

Please sign in to comment.