chore: update workflow to use GH_PAT_TOKEN

This commit is contained in:
Prad Nukala 2024-09-27 23:23:01 -04:00
parent a17f5492a5
commit a61d1f7e17

View File

@ -35,9 +35,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GH_PAT_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.GITHUB_TOKEN }} github_token: ${{ secrets.GH_PAT_TOKEN }}