diff --git a/.github/workflows/main-branch-sync.yml b/.github/workflows/main-branch-sync.yml index 783c85041a1e..c8cd4773858b 100644 --- a/.github/workflows/main-branch-sync.yml +++ b/.github/workflows/main-branch-sync.yml @@ -15,5 +15,7 @@ jobs: fetch-depth: 0 - name: Update branch + env: + LLVMBOT_TOKEN: ${{ secrets.LLVMBOT_MAIN_SYNC }} run: | - git push https://${{ github.token }}@github.com/${{ github.repository }} HEAD:temp-test-main + git push https://$LLVMBOT_TOKEN@github.com/${{ github.repository }} HEAD:temp-test-main