refactor: rename github token secret

This commit is contained in:
Prad Nukala 2024-09-27 23:04:28 -04:00
parent 6063c5480c
commit f56397df38

View File

@ -28,4 +28,4 @@ jobs:
- name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
github_token: ${{ secrets.GH_PAT_TOKEN }}