File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030 - name : Test
3131 run : yarn test:coverage
3232 env :
33- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33+ GITHUB_TOKEN : ${{ secrets.DOCUSAURUS_GH_TOKEN }}
Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ jobs:
2525 registry-url : ' https://registry.npmjs.org'
2626 - name : Prepare git
2727 run : |
28- git config --global user.name "Steve Galili"
29- git config --global user.email "steve.galili @getstream.io"
28+ git config --global user.name 'github-actions'
29+ git config --global user.email 'release @getstream.io'
3030 - name : Install && Build - SDK and Sample App
3131 uses : ./.github/actions/install-and-build-sdk
3232 - name : Lint
3333 run : yarn lerna-workspaces run lint && (cd docusaurus; npx prettier --check '**/*.mdx')
3434 - name : Test
3535 run : yarn test:coverage
3636 env :
37- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37+ GITHUB_TOKEN : ${{ secrets.DOCUSAURUS_GH_TOKEN }}
3838 - name : Publish Next Release
3939 run : GITHUB_SHORT_SHA="$(git rev-parse --short $GITHUB_SHA)" yarn release-next
4040 env :
Original file line number Diff line number Diff line change 2626 registry-url : ' https://registry.npmjs.org'
2727 - name : Prepare git
2828 run : |
29- git config --global user.name "Steve Galili"
30- git config --global user.email "steve.galili @getstream.io"
29+ git config --global user.name 'github-actions'
30+ git config --global user.email 'release @getstream.io'
3131 - name : Install && Build - SDK and Sample App
3232 uses : ./.github/actions/install-and-build-sdk
3333 - name : Lint
Original file line number Diff line number Diff line change 2222 env :
2323 # Required, set by GitHub actions automatically:
2424 # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
25- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN }}
25+ GITHUB_TOKEN : ${{ secrets.DOCUSAURUS_GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments