Skip to content

Commit 3f2f702

Browse files
authored
ci(github-action): use personal access token
Use personal access token instead of github token, in order to trigger new events (like pthonpublish)
1 parent 93e0932 commit 3f2f702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bumpversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Create bump and changelog
1919
uses: commitizen-tools/commitizen-action@master
2020
with:
21-
github_token: ${{ secrets.GITHUB_TOKEN }}
21+
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)