We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18b88b commit 3cf9977Copy full SHA for 3cf9977
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
run: yarn release
37
env:
38
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
39
- GH_TOKEN: ${{ secrets.VERSION_BUMP_TOKEN }}
+ GH_TOKEN: ${{ secrets.STREAM_CI_GITHUB_BOT_TOKEN }}
40
- name: Merge back changes
41
run: |
42
git stash
0 commit comments