diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 0ded41bb7..bef8ba58f 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -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 }}