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 e072d56 commit b591503Copy full SHA for b591503
.github/workflows/bumpversion.yaml
@@ -16,9 +16,9 @@ jobs:
16
uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
- token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
+ token: '${{ secrets.GITHUB_TOKEN }}'
20
- name: Create bump and changelog
21
uses: commitizen-tools/commitizen-action@master
22
23
- github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
24
- branch: master
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ branch: master
0 commit comments