mirror of
https://github.com/tiennm99/loldle-data.git
synced 2026-05-30 10:23:49 +00:00
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:
@@ -6,6 +6,9 @@ on:
|
||||
- cron: "0 6 * * 4"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user