diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 69d6f1a..dd0e252 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -3,6 +3,9 @@ on: workflow_dispatch: schedule: - cron: '37 17 * * *' +permissions: + actions: write + contents: write jobs: auto-update: runs-on: ubuntu-latest