fix(ci): use RELEASE_TOKEN PAT so tag push triggers release workflow

This commit is contained in:
Offending Commit
2026-04-27 13:59:22 -05:00
parent 4f7ef9f04c
commit 20bec5c899
2 changed files with 3 additions and 2 deletions

View File

@@ -51,12 +51,13 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_TOKEN }}
- uses: ./.github/actions/setup
- run: pnpm exec semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GIT_AUTHOR_NAME: github-actions[bot]
GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com
GIT_COMMITTER_NAME: github-actions[bot]