Skip to content

Commit cbf8b93

Browse files
authored
Update release-stable.yaml
1 parent 09e86f6 commit cbf8b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-stable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v4
3737
with:
3838
fetch-depth: 2
39-
token: ${{ secrets.GUILD_BOT_TOKEN }}
39+
token: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: setup environment
4242
uses: ./.github/actions/setup
@@ -63,7 +63,7 @@ jobs:
6363
commit: 'chore(release): update monorepo packages versions'
6464
title: 'Upcoming Release Changes'
6565
env:
66-
GITHUB_TOKEN: ${{ secrets.GUILD_BOT_TOKEN }}
66+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767

6868
- name: extract published cli version
6969
if:

0 commit comments

Comments
 (0)