Skip to content

Commit 66bae27

Browse files
committed
Update secret variable names
1 parent 6da73da commit 66bae27

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
&& github.ref == 'refs/heads/master'
8181
&& inputs.publish != 'SNAPSHOT'
8282
with:
83-
gpg_private_key: ${{ secrets.GPG_KEY_SECRET2 }}
84-
passphrase: ${{ secrets.GPG_PASSWORD2 }}
83+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
84+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
8585
git_user_signingkey: true
8686
git_commit_gpgsign: true
8787
git_committer_name: Coditory Bot
@@ -123,8 +123,8 @@ jobs:
123123
|| (inputs.publish == 'AUTO' && github.ref == 'refs/heads/master')
124124
env:
125125
NEXT_VERSION: ${{ steps.versions.outputs.next_version }}
126-
SIGNING_KEY: ${{ secrets.GPG_KEY_SECRET2 }}
127-
SIGNING_PASSWORD: ${{ secrets.GPG_PASSWORD2 }}
126+
SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
127+
SIGNING_PASSWORD: ${{ secrets.GPG_PASSPHRASE }}
128128
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
129129
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
130130
run: |
@@ -176,8 +176,8 @@ jobs:
176176
)
177177
env:
178178
NEXT_VERSION: ${{ steps.versions.outputs.next_version }}
179-
SIGNING_KEY: ${{ secrets.GPG_KEY_SECRET2 }}
180-
SIGNING_PASSWORD: ${{ secrets.GPG_PASSWORD2 }}
179+
SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
180+
SIGNING_PASSWORD: ${{ secrets.GPG_PASSPHRASE }}
181181
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
182182
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
183183
run: |

0 commit comments

Comments
 (0)