diff --git a/.github/workflows/submodule-sync.yml b/.github/workflows/submodule-sync.yml index 188f10a8..1a606283 100644 --- a/.github/workflows/submodule-sync.yml +++ b/.github/workflows/submodule-sync.yml @@ -19,5 +19,9 @@ jobs: target_branch: main - name: API Sync uses: mheap/submodule-sync-action@v1 - with: *default_sync_options + with: + token: ${{ secrets.GITHUB_TOKEN }} path: apps/api + ref: main + pr_branch: automated-submodule-update + target_branch: main