We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 833a12b + 63022e2 commit 8591539Copy full SHA for 8591539
1 file changed
.github/workflows/semver.yml
@@ -15,11 +15,11 @@ jobs:
15
uses: actions/checkout@v3
16
with:
17
fetch-depth: 0
18
- token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
+ token: "${{ secrets.GITHUB_TOKEN }}"
19
- name: Create bump and changelog
20
uses: commitizen-tools/commitizen-action@master
21
22
- github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
23
changelog_increment_filename: body.md
24
- name: Bump version and push tag
25
uses: laputansoft/github-tag-action@v4.6
0 commit comments