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 }}