We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba5f3e commit e446efeCopy full SHA for e446efe
1 file changed
.github/workflows/semantic-release.yml
@@ -16,13 +16,12 @@ jobs:
16
- uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
- token: ${{ secrets.GH_TOKEN }}
20
21
- uses: ./.github/actions/setup
22
23
- run: pnpm exec semantic-release
24
env:
25
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
GIT_AUTHOR_NAME: github-actions[bot]
27
GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com
28
GIT_COMMITTER_NAME: github-actions[bot]
0 commit comments