File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
uses : openrewrite/gh-automation/.github/workflows/ci-gradle.yml@main
24
24
secrets :
25
25
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 }}
28
28
ossrh_signing_key : ${{ secrets.OSSRH_SIGNING_KEY }}
29
29
ossrh_signing_password : ${{ secrets.OSSRH_SIGNING_PASSWORD }}
30
30
OPS_GITHUB_ACTIONS_WEBHOOK : ${{ secrets.OPS_GITHUB_ACTIONS_WEBHOOK }}
Original file line number Diff line number Diff line change 16
16
uses : openrewrite/gh-automation/.github/workflows/publish-gradle.yml@main
17
17
secrets :
18
18
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 }}
21
21
ossrh_signing_key : ${{ secrets.OSSRH_SIGNING_KEY }}
22
22
ossrh_signing_password : ${{ secrets.OSSRH_SIGNING_PASSWORD }}
You can’t perform that action at this time.
0 commit comments