Skip to content

Commit

Permalink
chore: change release process GitHub token to stream bot (#1963)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshvai authored Feb 9, 2023
1 parent a18b88b commit 3cf9977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: yarn release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
GH_TOKEN: ${{ secrets.VERSION_BUMP_TOKEN }}
GH_TOKEN: ${{ secrets.STREAM_CI_GITHUB_BOT_TOKEN }}
- name: Merge back changes
run: |
git stash
Expand Down

0 comments on commit 3cf9977

Please sign in to comment.