Skip to content

Commit e000474

Browse files
committed
chore: replace all vishal gh token with stream bot token (#1967)
1 parent 36dde85 commit e000474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
with:
17-
token: ${{ secrets.VERSION_BUMP_TOKEN }}
17+
token: ${{ secrets.STREAM_CI_GITHUB_BOT_TOKEN }}
1818
# pulls all commits (needed for semantic release to correctly version)
1919
fetch-depth: '0'
2020
# pulls all tags (needed for semantic release to correctly version)

.github/workflows/sample-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
with:
18-
token: ${{ secrets.VERSION_BUMP_TOKEN }}
18+
token: ${{ secrets.STREAM_CI_GITHUB_BOT_TOKEN }}
1919
- name: Install Ruby and Gems
2020
uses: ruby/setup-ruby@v1
2121
with:

0 commit comments

Comments
 (0)