From d25bf71356df1173f97bf04d746de836b89693c6 Mon Sep 17 00:00:00 2001 From: Anton Arnautov Date: Thu, 19 Oct 2023 17:01:39 +0200 Subject: [PATCH] Use Stream CI Bot for the release processes --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' || '' }}