From d03144ccbb1069d1d99a87adc80522d42844f67d Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Wed, 3 Jan 2024 14:41:31 +0100 Subject: [PATCH] chore: add e2e secrets --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ff3b1fb..dcb9d000 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,13 @@ on: pull_request: branches: [main] env: - # Playwright headless browsers running in CI get low confidence scores, causing flaky tests. Lower the confidence score threshold for CI testing. + # Playwright headless browsers running in CI get low confidence scores, causing flaky e2e tests. Lower the confidence score threshold for CI testing. MIN_CONFIDENCE_SCORE: 0 + # Staging Cloudflare credential for e2e tests + CLOUDFLARE_API_TOKEN: '${{ secrets.CLOUDFLARE_API_TOKEN }}' + CLOUDFLARE_ZONE_ID: '${{ secrets.CLOUDFLARE_ZONE_ID }}' + CLOUDFLARE_RULESET_ID: '${{ secrets.CLOUDFLARE_RULESET_ID }}' + jobs: lint: name: Lint