Skip to content

Commit bbf05e6

Browse files
authored
ci: add PAT to release-please automation
1 parent 6a5be41 commit bbf05e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
id: release
1919
with:
2020
command: manifest
21-
token: ${{secrets.GITHUB_TOKEN}}
21+
token: ${{secrets.RELEASE_PLEASE_TOKEN}}
2222
default-branch: main

0 commit comments

Comments
 (0)