Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 4ed9deb

Browse files
refactor: sonatypeupdate
Use this link to re-run the recipe: https://app.moderne.io/builder/UKjAsK9GN?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
1 parent 0c82a2c commit 4ed9deb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: github.event_name != 'pull_request'
6767
run: ./gradlew ${{ env.GRADLE_SWITCHES }} snapshot publish -PforceSigning -x test
6868
env:
69-
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.OSSRH_USERNAME }}
70-
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.OSSRH_TOKEN }}
69+
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
70+
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_TOKEN }}
7171
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.OSSRH_SIGNING_KEY }}
7272
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.OSSRH_SIGNING_PASSWORD }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
1515
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
1616
GRADLE_SWITCHES: --console=plain --info --stacktrace --warning-mode=all --no-daemon
1717
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.gradle_enterprise_access_key }}
18-
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.ossrh_username }}
19-
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.ossrh_token }}
18+
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
19+
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_TOKEN }}
2020
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ossrh_signing_key }}
2121
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ossrh_signing_password }}
2222

0 commit comments

Comments
 (0)