From ce489725d8900278fd2ff366946a3f42151f8079 Mon Sep 17 00:00:00 2001 From: Tadashi Date: Sun, 8 Sep 2024 21:39:16 +0700 Subject: [PATCH] ci: revert GH env var --- .github/workflows/auto-bump-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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