We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2debd commit 0df9166Copy full SHA for 0df9166
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: openrewrite/gh-automation/.github/workflows/ci-gradle.yml@main
24
secrets:
25
gradle_enterprise_access_key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
26
- ossrh_username: ${{ secrets.OSSRH_USERNAME }}
27
- ossrh_token: ${{ secrets.OSSRH_TOKEN }}
+ ossrh_username: ${{ secrets.OSSRH_S01_USERNAME }}
+ ossrh_token: ${{ secrets.OSSRH_S01_TOKEN }}
28
ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }}
29
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}
0 commit comments