Skip to content

Commit 6a9f6cd

Browse files
committed
Swap to new ossrh token
1 parent 8c9f8b3 commit 6a9f6cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
4848
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_SIGNING_PASSPHRASE }}
49-
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
50-
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
49+
OSSRH_USERNAME: ${{ secrets.OSSRH_TOKEN_USERNAME }}
50+
OSSRH_PASSWORD: ${{ secrets.OSSRH_TOKEN_PASSWORD }}
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
VERSION: ${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)