Skip to content

Commit 6872734

Browse files
committed
GH-274 - Switch to personal credentials for release deployment.
1 parent 3742556 commit 6872734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
2929
- name: Release to Sonatype OSSRH
3030
env:
31-
SONATYPE_USER: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
32-
SONATYPE_PASSWORD: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}
31+
SONATYPE_USER: ${{ secrets.OD_USERNAME }}
32+
SONATYPE_PASSWORD: ${{ secrets.OD_PASSWORD }}
3333
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3434
run: |
3535
./mvnw -B clean install -DskipTests

0 commit comments

Comments
 (0)