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 b022b31 commit 1b47ad7Copy full SHA for 1b47ad7
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- uses: actions/checkout@v2
16
with:
17
- persist-credentials: false
+ token: ${{ secrets.REPO_GIT_TOKEN }}
18
19
- name: Set up Maven Central Repository
20
uses: actions/setup-java@v1
0 commit comments