Skip to content

Commit ddc7c3e

Browse files
committed
chore: replace stream ci token secret with docusaurus gh token secret
1 parent 8df2869 commit ddc7c3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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.STREAM_CI_GITHUB_BOT_TOKEN }}
17+
token: ${{ secrets.DOCUSAURUS_GH_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)
@@ -36,7 +36,7 @@ jobs:
3636
run: yarn release
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
39-
GH_TOKEN: ${{ secrets.STREAM_CI_GITHUB_BOT_TOKEN }}
39+
GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
4040
- name: Merge back changes
4141
run: |
4242
git stash

.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.STREAM_CI_GITHUB_BOT_TOKEN }}
18+
token: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
1919
- name: Install Ruby and Gems
2020
uses: ruby/setup-ruby@v1
2121
with:

0 commit comments

Comments
 (0)