diff --git a/.github/workflows/sync-fork.yaml b/.github/workflows/sync-fork.yaml index 81380ef..af7f444 100644 --- a/.github/workflows/sync-fork.yaml +++ b/.github/workflows/sync-fork.yaml @@ -4,6 +4,9 @@ on: - cron: '0 0 * * 1' # Runs at midnight UTC every Monday workflow_dispatch: +permissions: + contents: write + jobs: sync: runs-on: ubuntu-latest