From c6b2ead82ba6fbc45a513179b154127d78bdf02f Mon Sep 17 00:00:00 2001 From: Ben Howe Date: Fri, 6 Dec 2024 16:15:58 +0000 Subject: [PATCH] Update sync workflow --- .github/workflows/sync.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index acf3979..d14d069 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -9,6 +9,9 @@ jobs: sync: name: Get Updates from Upstream if: ${{ github.repository != 'NVIDIA/cudaqx' }} + permissions: + actions: write + contents: write runs-on: 'ubuntu-latest' steps: