diff --git a/.github/workflows/fork-sync.yaml b/.github/workflows/fork-sync.yaml index 5be57b1f77..0f41ce86fa 100644 --- a/.github/workflows/fork-sync.yaml +++ b/.github/workflows/fork-sync.yaml @@ -8,6 +8,10 @@ on: jobs: sync: runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + repository-projects: write timeout-minutes: 30 # `yarn test` takes longer time steps: - uses: tgymnich/fork-sync@v2.0.10