diff --git a/.github/workflows/extract.yml b/.github/workflows/extract.yml index 6a0a05a..ddd5bf3 100644 --- a/.github/workflows/extract.yml +++ b/.github/workflows/extract.yml @@ -6,9 +6,14 @@ on: - cron: '0 4 * * 1' # Runs every Monday at 04:00 UTC jobs: - decompile: + extract: runs-on: ubuntu-latest + permissions: + # Give the default GITHUB_TOKEN write permission to commit and push the + # added or changed files to the repository. + contents: write + steps: - name: Checkout repository uses: actions/checkout@v4