We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc26ff2 commit 8ad6164Copy full SHA for 8ad6164
.github/workflows/release-please.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4
14
id: release
15
with:
16
- token: ${{secrets.GITHUB_TOKEN}}
+ token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
17
18
# The logic below handles the maven publication:
19
- name: Checkout Repository
0 commit comments