Skip to content

Commit

Permalink
Use Stream CI Bot for the release processes
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Oct 19, 2023
1 parent b403fdf commit d25bf71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' || '' }}
Expand Down

0 comments on commit d25bf71

Please sign in to comment.