We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac320e1 commit 6410eeaCopy full SHA for 6410eea
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ jobs:
12
# https://stackoverflow.com/questions/57921325/gradle-signarchives-unable-to-read-secret-key
13
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SONATYPE_SIGNING_KEY_PASSWORD }}
14
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SONATYPE_SIGNING_PRIVATE_KEY }}
15
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
permissions:
17
contents: write
18
steps:
0 commit comments