diff --git a/.github/workflows/cz-bump-release.yaml b/.github/workflows/cz-bump-release.yaml index d0d3c913..4ee75d98 100644 --- a/.github/workflows/cz-bump-release.yaml +++ b/.github/workflows/cz-bump-release.yaml @@ -27,7 +27,7 @@ jobs: with: commit: true push: true - github_token: ${{ secrets.VERSION_BUMP_TAG_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} changelog_increment_filename: "release-body.md" - name: Create GitHub Release uses: softprops/action-gh-release@v1