From 79f34cce17e7e47cb54d439691574fd0c652a0ec Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 30 Jul 2024 12:29:03 -0600 Subject: [PATCH] add token --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03cb22ab..92f83ba1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,5 +73,7 @@ jobs: - name: Dispatch Playwright tests if: success() + env: + GH_TOKEN: ${{ github.token }} run: | gh workflow run playwright.yml --ref ${{ github.event.pull_request.head.ref }}