diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1da58aeaf1..1ca4acda72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - token: ${{ secrets.STREAM_CI_GITHUB_BOT_TOKEN }} + token: ${{ secrets.DOCUSAURUS_GH_TOKEN }} # pulls all commits (needed for semantic release to correctly version) fetch-depth: '0' # pulls all tags (needed for semantic release to correctly version) @@ -36,7 +36,7 @@ jobs: run: yarn release env: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} - GH_TOKEN: ${{ secrets.STREAM_CI_GITHUB_BOT_TOKEN }} + GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }} - name: Merge back changes run: | git stash diff --git a/.github/workflows/sample-distribution.yml b/.github/workflows/sample-distribution.yml index 326ddbb3ac..ce9e566cc5 100644 --- a/.github/workflows/sample-distribution.yml +++ b/.github/workflows/sample-distribution.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - token: ${{ secrets.STREAM_CI_GITHUB_BOT_TOKEN }} + token: ${{ secrets.DOCUSAURUS_GH_TOKEN }} - name: Install Ruby and Gems uses: ruby/setup-ruby@v1 with: