Skip to content

Commit

Permalink
ci: use specific bump-tag token
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlday committed Feb 27, 2024
1 parent e8763c5 commit f14263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cz-bump-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
commit: true
push: true
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.VERSION_BUMP_TAG_TOKEN }}
changelog_increment_filename: "release-body.md"
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit f14263d

Please sign in to comment.