Skip to content

Commit

Permalink
chore: fixes gh token for external contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy committed Sep 29, 2024
1 parent 7aa9252 commit b6b2a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pnpm run -r build
- name: Release
env:
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN || github.token }}
NPM_TOKEN: ${{ secrets.RELEASE_NPM_TOKEN }}
ACTIONS_STEP_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }}
PREVIEW_RELEASE: ${{ github.event.pull_request.merged == true && 'no' || 'yes' }}
Expand Down

0 comments on commit b6b2a17

Please sign in to comment.