Skip to content

Commit 40a13c7

Browse files
committed
GH-274 - Switch back to Spring credentials for release deployments.
1 parent f6ce8c9 commit 40a13c7

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.OD_USERNAME }}
32-
SONATYPE_PASSWORD: ${{ secrets.OD_PASSWORD }}
31+
SONATYPE_USER: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
32+
SONATYPE_PASSWORD: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}
3333
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3434
run: |
3535
./mvnw -B clean install -DskipTests

0 commit comments

Comments
 (0)