fix: change github token (#235) #none

This commit is contained in:
kan_cin 2024-09-08 10:55:45 +07:00 committed by GitHub
parent dbb6bb275f
commit 855f3df75f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ jobs:
with: with:
files: kotaemon-app.zip files: kotaemon-app.zip
fail_on_unmatched_files: true fail_on_unmatched_files: true
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.WRITE_GITHUB_TOKEN }}
generate_release_notes: true generate_release_notes: true
tag_name: ${{ steps.update-version.outputs.new_tag }} tag_name: ${{ steps.update-version.outputs.new_tag }}
make_latest: true make_latest: true