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 c07693a commit b022b31Copy full SHA for b022b31
.github/workflows/release.yml
@@ -13,6 +13,8 @@ jobs:
13
- run: echo "Will release to central maven"
14
15
- uses: actions/checkout@v2
16
+ with:
17
+ persist-credentials: false
18
19
- name: Set up Maven Central Repository
20
uses: actions/setup-java@v1
@@ -37,4 +39,3 @@ jobs:
37
39
MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
38
40
MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
41
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments