We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9f004 commit 38a0c59Copy full SHA for 38a0c59
.github/workflows/bump_version.yaml
@@ -40,13 +40,13 @@ jobs:
40
uses: actions/checkout@v4
41
with:
42
fetch-depth: 0
43
- token: ${{ needs.setup.outputs.PERSONAL_ACCESS_TOKEN }}
+ token: ${{ github.token }}
44
45
- id: cz
46
name: Create bump and changelog
47
uses: commitizen-tools/commitizen-action@master
48
49
- github_token: ${{ needs.setup.outputs.PERSONAL_ACCESS_TOKEN }}
+ github_token: ${{ github.token }}
50
changelog_increment_filename: body.md
51
increment: ${{ github.event.inputs.increment }}
52
@@ -56,4 +56,4 @@ jobs:
56
body_path: body.md
57
tag_name: ${{ env.REVISION }}
58
env:
59
- GITHUB_TOKEN: ${{ needs.setup.outputs.PERSONAL_ACCESS_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
0 commit comments