Skip to content

Commit 0df9166

Browse files
Fix Sonatype credentials in ci.yml
1 parent 4f2debd commit 0df9166

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: openrewrite/gh-automation/.github/workflows/ci-gradle.yml@main
2424
secrets:
2525
gradle_enterprise_access_key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
26-
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
27-
ossrh_token: ${{ secrets.OSSRH_TOKEN }}
26+
ossrh_username: ${{ secrets.OSSRH_S01_USERNAME }}
27+
ossrh_token: ${{ secrets.OSSRH_S01_TOKEN }}
2828
ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }}
2929
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}

0 commit comments

Comments
 (0)