Skip to content

Commit b591503

Browse files
Update bumpversion.yaml
1 parent e072d56 commit b591503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bumpversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
19+
token: '${{ secrets.GITHUB_TOKEN }}'
2020
- name: Create bump and changelog
2121
uses: commitizen-tools/commitizen-action@master
2222
with:
23-
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
24-
branch: master
23+
github_token: ${{ secrets.GITHUB_TOKEN }}
24+
branch: master

0 commit comments

Comments
 (0)