Skip to content

Commit

Permalink
Use the gradle plugin gh-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Oct 13, 2023
1 parent 039143d commit 620d604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
signing-secret-key-ring: ${{ secrets.SONATYPE_SIGNING_SECRET_KEY_RING }}
ossrh-password: ${{ secrets.SONATYPE_OSSRH_PASSWORD }}
ossrh-username: ${{ secrets.SONATYPE_OSSRH_USERNAME }}
gradle-publish-key: ${{ secrets.GRADLE_PUBLISH_KEY }}
gradle-publish-secret: ${{ secrets.GRADLE_PUBLISH_SECRET }}
gradle-publish-key: ${{ secrets.GRADLE_PLUGIN_PUBLISH_KEY }}
gradle-publish-secret: ${{ secrets.GRADLE_PLUGIN_PUBLISH_SECRET }}
github-username: ${{ secrets.GH_USERNAME }}
github-token: ${{ secrets.GH_TOKEN }}

0 comments on commit 620d604

Please sign in to comment.