File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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)
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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments