mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
chore: support custom RELEASE_TOKEN in release workflow
This commit is contained in:
parent
2e8a81ac10
commit
ec758bc424
1 changed files with 1 additions and 1 deletions
2
.github/workflows/semantic-release.yml
vendored
2
.github/workflows/semantic-release.yml
vendored
|
|
@ -52,5 +52,5 @@ jobs:
|
|||
- run: npm ci
|
||||
- run: npm run build
|
||||
- env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
run: npx semantic-release
|
||||
|
|
|
|||
Loading…
Reference in a new issue