diff --git a/.github/workflows/roll_browser_into_playwright.yml b/.github/workflows/roll_browser_into_playwright.yml index 1109167827..5124a9dfe8 100644 --- a/.github/workflows/roll_browser_into_playwright.yml +++ b/.github/workflows/roll_browser_into_playwright.yml @@ -36,6 +36,7 @@ jobs: - name: Create Pull Request uses: actions/github-script@v4 with: + github-token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }} script: | await github.pulls.create({ owner: 'microsoft',