From 620d604f6988fa70ea4bb76ef7aa6967394b7555 Mon Sep 17 00:00:00 2001 From: MichaelKora Date: Fri, 13 Oct 2023 11:25:40 +0200 Subject: [PATCH] Use the gradle plugin gh-secrets --- .github/workflows/build-and-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 82ec765..a82559a 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -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 }}