fix: use GITHUB_TOKEN for version bump workflow

This commit is contained in:
Prad Nukala 2024-09-27 23:33:48 -04:00
parent a61d1f7e17
commit ae86b45335

View File

@ -35,9 +35,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.GH_PAT_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 fetch-depth: 0
- name: Create bump and changelog - name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master uses: commitizen-tools/commitizen-action@master
with: with:
github_token: ${{ secrets.GH_PAT_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}