Merge pull request #238 from microsoft/dilan/sync-repo-auth

Auth Bug: Sync Main
This commit is contained in:
dilanbhalla
2025-06-02 10:31:30 -07:00
committed by GitHub

View File

@@ -64,6 +64,7 @@ jobs:
run: |
git push origin auto/sync-main-pr
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
- name: Create PR if it doesn't exist
shell: bash