Skip to content

Commit 3cf9977

Browse files
authored
chore: change release process GitHub token to stream bot (#1963)
1 parent a18b88b commit 3cf9977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: yarn release
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
39-
GH_TOKEN: ${{ secrets.VERSION_BUMP_TOKEN }}
39+
GH_TOKEN: ${{ secrets.STREAM_CI_GITHUB_BOT_TOKEN }}
4040
- name: Merge back changes
4141
run: |
4242
git stash

0 commit comments

Comments
 (0)