Skip to content

Commit

Permalink
ci: [skip ci] use GH token for cz
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlday committed Oct 13, 2023
1 parent 53c1150 commit c7ad05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Dry-run bump and changelog
uses: commitizen-tools/[email protected]
with:
github_token: ${{ secrets.VERSION_BUMP_TAG_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
check_consistency: true
dry_run: true

0 comments on commit c7ad05d

Please sign in to comment.