From e4fade987487ca0a9e40b2166275bd95df3a9639 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Mon, 8 Jul 2024 16:44:52 -0700 Subject: [PATCH] Update sync.yaml --- .github/workflows/sync.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index e2afca367d0e..bb44ae957fad 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -8,6 +8,8 @@ on: jobs: sync_latest_from_upstream: + permissions: + contents: write runs-on: ubuntu-latest name: Sync latest commits from upstream repo @@ -15,7 +17,7 @@ jobs: # REQUIRED step # Step 1: run a standard checkout action, provided by github - name: Checkout target repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: master