From 95988538d682823ffa56e99ffc265cdb3865333e Mon Sep 17 00:00:00 2001 From: Laurens Westerlaken Date: Tue, 1 Jul 2025 12:04:50 +0000 Subject: [PATCH] refactor: org.openrewrite.mavencentral Use this link to re-run the recipe: https://app.moderne.io/builder/zYwEKw0Gm?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl Co-authored-by: Moderne --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df54e8c511..d258e2d55e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,8 @@ jobs: uses: openrewrite/gh-automation/.github/workflows/ci-gradle.yml@main secrets: gradle_enterprise_access_key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }} - ossrh_username: ${{ secrets.OSSRH_USERNAME }} - ossrh_token: ${{ secrets.OSSRH_TOKEN }} + sonatype_username: ${{ secrets.SONATYPE_USERNAME }} + sonatype_token: ${{ secrets.SONATYPE_TOKEN}} ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }} ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }} OPS_GITHUB_ACTIONS_WEBHOOK: ${{ secrets.OPS_GITHUB_ACTIONS_WEBHOOK }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 960455a340..d806ded848 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: uses: openrewrite/gh-automation/.github/workflows/publish-gradle.yml@main secrets: gradle_enterprise_access_key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }} - ossrh_username: ${{ secrets.OSSRH_USERNAME }} - ossrh_token: ${{ secrets.OSSRH_TOKEN }} + sonatype_username: ${{ secrets.SONATYPE_USERNAME }} + sonatype_token: ${{ secrets.SONATYPE_TOKEN}} ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }} ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}