Skip to content

Commit

Permalink
ci(bump-version.yml): change to fine grained pat (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobizz authored Nov 5, 2023
1 parent 17b8a5b commit 30ad2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: "${{ secrets.GITHUB_TOKEN }}"
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"

- id: cz
name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Print Version
run: echo "Bumped to version ${{ steps.cz.outputs.version }}"

0 comments on commit 30ad2e4

Please sign in to comment.