Skip to content

Commit 410c1c4

Browse files
committed
ci: Use GitHub token to release
1 parent e1cccc9 commit 410c1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Release
3131
shell: bash
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.COMMIT_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
3535
run: npx semantic-release

0 commit comments

Comments
 (0)