From 855f3df75fc94dc1a7cfc37afcad7c31792fb7e1 Mon Sep 17 00:00:00 2001 From: kan_cin Date: Sun, 8 Sep 2024 10:55:45 +0700 Subject: [PATCH] fix: change github token (#235) #none --- .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 659a7a7..5e54e45 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.GITHUB_TOKEN }} + token: ${{ secrets.WRITE_GITHUB_TOKEN }} generate_release_notes: true tag_name: ${{ steps.update-version.outputs.new_tag }} make_latest: true