From c29c964bfe930df6ae87fb6c1bd59c1db24fee5c Mon Sep 17 00:00:00 2001 From: selul Date: Tue, 27 Apr 2021 23:53:08 +0300 Subject: [PATCH] attempt to fix cypress re-run --- .github/workflows/build-dev-artifacts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-dev-artifacts.yml b/.github/workflows/build-dev-artifacts.yml index c860a7986c..b6ec4279d4 100644 --- a/.github/workflows/build-dev-artifacts.yml +++ b/.github/workflows/build-dev-artifacts.yml @@ -193,6 +193,8 @@ jobs: - name: Run ${{ matrix.specs }} Cypress tests env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} + GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} + COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }} PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true uses: cypress-io/github-action@v2 with: