From 69129414d0c4c1b8cef48602a061770355abc962 Mon Sep 17 00:00:00 2001 From: Alexander Brown Date: Sat, 31 Jan 2026 21:07:13 -0800 Subject: [PATCH] fix: use PR_GH_TOKEN to trigger e2e after updating expectations (#8525) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary See https://github.com/Comfy-Org/ComfyUI_frontend/pull/8484 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8525-fix-use-PR_GH_TOKEN-to-trigger-e2e-after-updating-expectations-2fa6d73d3650817c81fccd1cbb3ddadb) by [Unito](https://www.unito.io) --- .github/workflows/pr-update-playwright-expectations.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-update-playwright-expectations.yaml b/.github/workflows/pr-update-playwright-expectations.yaml index 1372c8126a..c0865f85b6 100644 --- a/.github/workflows/pr-update-playwright-expectations.yaml +++ b/.github/workflows/pr-update-playwright-expectations.yaml @@ -173,6 +173,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ needs.setup.outputs.branch }} + token: ${{ secrets.PR_GH_TOKEN }} # Download all changed snapshot files from shards - name: Download snapshot artifacts