Skip to content

Commit 6540d1b

Browse files
committed
fix(e2e): pass VERCEL_AUTOMATION_BYPASS_SECRET to staging workflow
The keyless tests need this secret to bypass Vercel SSO protection on the staging dashboard. It was already available as a GitHub secret and used in ci.yml but missing from e2e-staging.yml.
1 parent 9b71736 commit 6540d1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e-staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ jobs:
222222
E2E_PROJECT: ${{ matrix.test-project }}
223223
INTEGRATION_INSTANCE_KEYS: ${{ secrets.INTEGRATION_INSTANCE_KEYS }}
224224
INTEGRATION_STAGING_INSTANCE_KEYS: ${{ secrets.INTEGRATION_STAGING_INSTANCE_KEYS }}
225+
VERCEL_AUTOMATION_BYPASS_SECRET: ${{ secrets.VERCEL_AUTOMATION_BYPASS_SECRET }}
225226
NODE_EXTRA_CA_CERTS: ${{ github.workspace }}/integration/certs/rootCA.pem
226227

227228
- name: Upload test-results

0 commit comments

Comments
 (0)