Skip to content

Commit

Permalink
chore: πŸ’š Fix bump task
Browse files Browse the repository at this point in the history
  • Loading branch information
hmathieu31 committed Apr 13, 2024
1 parent 732f47c commit 56f6a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bumpversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Check out
uses: actions/checkout@v3
with:
token: "${{ secrets.PUSH_TOKEN }}"
token: "${{ secrets.GITHUB_TOKEN }}"
fetch-depth: 0

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

0 comments on commit 56f6a7a

Please sign in to comment.