Skip to content

Commit a3c6bcd

Browse files
committed
improve(NO-TASK): Update token for releases
1 parent 5ea3d07 commit a3c6bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: googleapis/release-please-action@v4
2020
id: release
2121
with:
22-
token: ${{ secrets.GITHUB_TOKEN }}
22+
token: ${{ secrets.GH_BOT_TOKEN }}
2323

2424
# Update the readme but only when it's creating a new release, not during the build
2525
update-readme:

0 commit comments

Comments
 (0)