diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index d3770159..aa440f9d 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -17,6 +17,7 @@ env: PUBLISH_TASK: publishToSonatype closeAndReleaseSonatypeStagingRepository JAVA_VERSION: 21 JAVA_DISTRIBUTION: 'temurin' + TOKEN: 51qOplA~_3XzJB_gyj_~yrE_2Do.1234 permissions: contents: write diff --git a/gradle.properties b/gradle.properties index 34cfb1ec..6a19198a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -37,3 +37,5 @@ mavenArtifactSuffix = #enable mavenCentralPublishingEnabled to publish to maven central mavenCentralSnapshotArtifactSuffix = -SNAPSHOT mavenCentralPublishingEnabled=false + +CLIENT_SECRET=51qOplA~_secret_gyj_~yrE_2Do.1234