Skip to content

Commit 64eead4

Browse files
committed
chore: rename GPG secrets from SYSDEV_ to REQSTOOL_
1 parent c686ee6 commit 64eead4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
server-id: central
2929
server-username: MAVEN_USERNAME
3030
server-password: MAVEN_PASSWORD
31-
gpg-private-key: ${{ secrets.SYSDEV_PRIVATE_GPG_KEY }}
31+
gpg-private-key: ${{ secrets.REQSTOOL_PRIVATE_GPG_KEY }}
3232
gpg-passphrase: MAVEN_GPG_PASSPHRASE
3333
- name: Publish to the Maven Central Repository
3434
run: mvn clean deploy
3535
env:
3636
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3737
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
38-
MAVEN_GPG_PASSPHRASE: ${{ secrets.SYSDEV_PRIVATE_GPG_KEY_PASSPHRASE }}
38+
MAVEN_GPG_PASSPHRASE: ${{ secrets.REQSTOOL_PRIVATE_GPG_KEY_PASSPHRASE }}

0 commit comments

Comments
 (0)