diff --git a/.github/workflows/update-champions.yml b/.github/workflows/update-champions.yml index 218c135..68ffac9 100644 --- a/.github/workflows/update-champions.yml +++ b/.github/workflows/update-champions.yml @@ -6,6 +6,9 @@ on: - cron: "0 6 * * 4" workflow_dispatch: +permissions: + contents: write + jobs: update: runs-on: ubuntu-latest