We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9046f commit f789415Copy full SHA for f789415
.github/workflows/release.yml
@@ -31,5 +31,5 @@ jobs:
31
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
32
GPG_SECRET: ${{ secrets.GPG_SECRET }}
33
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
34
- PLUGIN_PORTAL_KEY: ${{ secrets.PLUGIN_PORTAL_KEY }}
35
- PLUGIN_PORTAL_SECRET: ${{ secrets.PLUGIN_PORTAL_SECRET }}
+ PLUGIN_PORTAL_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
+ PLUGIN_PORTAL_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
0 commit comments