diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index d14d069..0df6604 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -9,14 +9,13 @@ jobs: sync: name: Get Updates from Upstream if: ${{ github.repository != 'NVIDIA/cudaqx' }} - permissions: - actions: write - contents: write runs-on: 'ubuntu-latest' steps: - name: Checkout repository uses: actions/checkout@v4 + with: + token: ${{ secrets.REPO_BOT_ACCESS_TOKEN }} - name: Fast-forward ${{ github.ref_name }} run: |