Skip to content

Commit 266c8bf

Browse files
authored
Merge pull request #35 from cbcoutinho/fix/release
Commitizen release process
2 parents 847a69e + 2b5bb1c commit 266c8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
with:
2020
fetch-depth: 0
21-
token: "${{ secrets.GITHUB_TOKEN }}"
21+
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
2222
- name: Create bump and changelog
2323
uses: commitizen-tools/commitizen-action@5b0848cd060263e24602d1eba03710e056ef7711 # 0.24.0
2424
with:
25-
github_token: ${{ secrets.GITHUB_TOKEN }}
25+
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2626
changelog_increment_filename: body.md
2727
- name: Release
2828
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2

0 commit comments

Comments
 (0)