Skip to content

Commit 59d7c62

Browse files
author
JW Wesson
committed
rename secrets IDs
1 parent 9b8ace3 commit 59d7c62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
3131
server-username: MAVEN_USERNAME # env variable for username in deploy
3232
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
33-
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
33+
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY_TK }} # Value of the GPG private key to import
3434
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
3535

3636
- name: Publish to Apache Maven Central
3737
run: mvn -B clean deploy -DskipTests
3838
env:
3939
MAVEN_USERNAME: GerskonW
40-
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
41-
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
40+
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN_TK }}
41+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE_TK }}

0 commit comments

Comments
 (0)