Skip to content

Commit 0febd6c

Browse files
committed
fix(ci): updated to use maven central token in workflow
1 parent d1e0e3e commit 0febd6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
- uses: burrunan/gradle-cache-action@v1
3636
name: Deploy Release to Maven central
3737
env:
38-
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
39-
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
4038
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
4139
ORG_GRADLE_PROJECT_signingPassphrase: ${{ secrets.GPG_PASSPHRASE }}
40+
ORG_GRADLE_PROJECT_mavenCentralToken: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
4241
with:
4342
job-id: release
4443
arguments: publishToMavenCentralPortal

0 commit comments

Comments
 (0)