Skip to content

Commit

Permalink
chore: use GITHUB_TOKEN instead of DOCUSAURUS_GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Oct 31, 2023
1 parent 757dff0 commit 7a4aa81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
# https://github.com/stream-ci-bot
GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >
npx semantic-release
${{ inputs.dry_run && '--dry-run' || '' }}

0 comments on commit 7a4aa81

Please sign in to comment.