Skip to content

Commit

Permalink
Fix permissions issue in .github/workflows/sync.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Dec 21, 2024
1 parent ec80695 commit 4d98a1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4d98a1a

Please sign in to comment.