Skip to content

Commit 59982b9

Browse files
authored
Merge pull request #262 from commitizen-tools/github-action-patch-1
ci(github-action): use personal access token
2 parents 93e0932 + 3f2f702 commit 59982b9

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)