fix(ci): use GITHUB_TOKEN instead of missing GH_TOKEN secret
This commit is contained in:
3
.github/workflows/semantic-release.yml
vendored
3
.github/workflows/semantic-release.yml
vendored
@@ -16,13 +16,12 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
|
||||||
|
|
||||||
- uses: ./.github/actions/setup
|
- uses: ./.github/actions/setup
|
||||||
|
|
||||||
- run: pnpm exec semantic-release
|
- run: pnpm exec semantic-release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GIT_AUTHOR_NAME: github-actions[bot]
|
GIT_AUTHOR_NAME: github-actions[bot]
|
||||||
GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com
|
GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com
|
||||||
GIT_COMMITTER_NAME: github-actions[bot]
|
GIT_COMMITTER_NAME: github-actions[bot]
|
||||||
|
|||||||
Reference in New Issue
Block a user