fix: add write permissions to update-champions workflow

The workflow failed because the default GITHUB_TOKEN lacked write
access, causing `git push` to return 403.
This commit is contained in:
2026-04-16 14:42:05 +07:00
parent 777fc79052
commit 17dff786d9
+3
View File
@@ -6,6 +6,9 @@ on:
- cron: "0 6 * * 4"
workflow_dispatch:
permissions:
contents: write
jobs:
update:
runs-on: ubuntu-latest