diff --git a/.github/workflows/auto-bump-and-release.yaml b/.github/workflows/auto-bump-and-release.yaml index 5e54e45..659a7a7 100644 --- a/.github/workflows/auto-bump-and-release.yaml +++ b/.github/workflows/auto-bump-and-release.yaml @@ -47,7 +47,7 @@ jobs: with: files: kotaemon-app.zip fail_on_unmatched_files: true - token: ${{ secrets.WRITE_GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} generate_release_notes: true tag_name: ${{ steps.update-version.outputs.new_tag }} make_latest: true