Skip to content

Commit 8591539

Browse files
Merge pull request #35 from WFP-VAM/chore/actions
chore: update semver.yml
2 parents 833a12b + 63022e2 commit 8591539

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/semver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
18-
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
18+
token: "${{ secrets.GITHUB_TOKEN }}"
1919
- name: Create bump and changelog
2020
uses: commitizen-tools/commitizen-action@master
2121
with:
22-
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
changelog_increment_filename: body.md
2424
- name: Bump version and push tag
2525
uses: laputansoft/github-tag-action@v4.6

0 commit comments

Comments
 (0)