Skip to content

Commit

Permalink
fix: change github token (Cinnamon#235) #none
Browse files Browse the repository at this point in the history
  • Loading branch information
phv2312 authored Sep 8, 2024
1 parent dbb6bb2 commit 855f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-bump-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 855f3df

Please sign in to comment.