fix: change github token (#235) #none
This commit is contained in:
parent
dbb6bb275f
commit
855f3df75f
2
.github/workflows/auto-bump-and-release.yaml
vendored
2
.github/workflows/auto-bump-and-release.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user