From 36712e4ac208ffe82fca0578f751cd698e53757f Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Fri, 2 Jun 2023 06:25:34 +0100 Subject: [PATCH] Update schedule-e2e workflow --- .github/workflows/schedule-e2e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/schedule-e2e.yml b/.github/workflows/schedule-e2e.yml index 36095386..410ed31c 100644 --- a/.github/workflows/schedule-e2e.yml +++ b/.github/workflows/schedule-e2e.yml @@ -21,4 +21,6 @@ jobs: with: fetch-depth: 1 - name: Dispatch + env: + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} run: gh workflow run e2e.yml -r ${{ matrix.branch }}