We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 847a69e + 2b5bb1c commit 266c8bfCopy full SHA for 266c8bf
.github/workflows/bump-version.yml
@@ -18,11 +18,11 @@ jobs:
18
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
with:
20
fetch-depth: 0
21
- token: "${{ secrets.GITHUB_TOKEN }}"
+ token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
22
- name: Create bump and changelog
23
uses: commitizen-tools/commitizen-action@5b0848cd060263e24602d1eba03710e056ef7711 # 0.24.0
24
25
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
26
changelog_increment_filename: body.md
27
- name: Release
28
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
0 commit comments