diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be91e46da..685940c5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,8 @@ jobs: - name: Release env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # https://github.com/stream-ci-bot + GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }} run: > yarn semantic-release ${{ inputs.dry_run && '--dry-run' || '' }}