Skip to content

Commit 8ad6164

Browse files
authored
chore: use PAT for release please
Signed-off-by: Todd Baert <[email protected]>
1 parent fc26ff2 commit 8ad6164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4
1414
id: release
1515
with:
16-
token: ${{secrets.GITHUB_TOKEN}}
16+
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
1717

1818
# The logic below handles the maven publication:
1919
- name: Checkout Repository

0 commit comments

Comments
 (0)