Skip to content

Commit 38a0c59

Browse files
Update bump_version.yaml
1 parent 3b9f004 commit 38a0c59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bump_version.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
uses: actions/checkout@v4
4141
with:
4242
fetch-depth: 0
43-
token: ${{ needs.setup.outputs.PERSONAL_ACCESS_TOKEN }}
43+
token: ${{ github.token }}
4444

4545
- id: cz
4646
name: Create bump and changelog
4747
uses: commitizen-tools/commitizen-action@master
4848
with:
49-
github_token: ${{ needs.setup.outputs.PERSONAL_ACCESS_TOKEN }}
49+
github_token: ${{ github.token }}
5050
changelog_increment_filename: body.md
5151
increment: ${{ github.event.inputs.increment }}
5252

@@ -56,4 +56,4 @@ jobs:
5656
body_path: body.md
5757
tag_name: ${{ env.REVISION }}
5858
env:
59-
GITHUB_TOKEN: ${{ needs.setup.outputs.PERSONAL_ACCESS_TOKEN }}
59+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)