Skip to content

Commit 716c758

Browse files
authored
Merge pull request #65 from gemini-cli-extensions/chore/bot-release-token
chore(github-actions): use dedicated bot token for release-please
2 parents 92080f0 + e758efe commit 716c758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
id: release
1919
with:
2020
target-branch: ${{ github.ref_name }}
21+
token: ${{ secrets.BOT_RELEASE_TOKEN }}
2122

2223
- name: Checkout code
2324
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)