Skip to content

Commit 2d38d73

Browse files
refactor: org.openrewrite.mavencentral (#778)
Use this link to re-run the recipe: https://app.moderne.io/builder/zYwEKw0Gm?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
1 parent 67f7730 commit 2d38d73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ 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+
sonatype_username: ${{ secrets.SONATYPE_USERNAME }}
27+
sonatype_token: ${{ secrets.SONATYPE_TOKEN}}
2828
ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }}
2929
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}
3030
OPS_GITHUB_ACTIONS_WEBHOOK: ${{ secrets.OPS_GITHUB_ACTIONS_WEBHOOK }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: openrewrite/gh-automation/.github/workflows/publish-gradle.yml@main
1717
secrets:
1818
gradle_enterprise_access_key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
19-
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
20-
ossrh_token: ${{ secrets.OSSRH_TOKEN }}
19+
sonatype_username: ${{ secrets.SONATYPE_USERNAME }}
20+
sonatype_token: ${{ secrets.SONATYPE_TOKEN}}
2121
ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }}
2222
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}

0 commit comments

Comments
 (0)