diff --git a/.github/workflows/sync_pr_dev_to_main.yml b/.github/workflows/sync_pr_dev_to_main.yml index 6d5991b2..0edb9157 100644 --- a/.github/workflows/sync_pr_dev_to_main.yml +++ b/.github/workflows/sync_pr_dev_to_main.yml @@ -5,6 +5,10 @@ on: branches: - hiep/test-sync-workflow +permissions: + contents: write + pull-requests: write + jobs: call_sync_branch: uses: babylonlabs-io/.github/.github/workflows/reusable_sync_branch.yml@v0.2.0