File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - main
1313 workflow_dispatch : {}
1414 schedule :
15- - cron : 0 18 * * *
15+ - cron : 0 17 * * *
1616
1717concurrency :
1818 group : ci-${{ github.ref }}
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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments