Skip to content

Commit 8996fc4

Browse files
committed
added bypass secret in 1P for preview url access
1 parent 836dcd7 commit 8996fc4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/vercel-preview-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
VERCEL_TOKEN: "op://rbiv7rvkkrsdlpcrz3bmv7nmcu/MobilityDatabase Vercel Deployment/VERCEL_TOKEN-it-account"
3333
VERCEL_PROJECT_ID: "op://rbiv7rvkkrsdlpcrz3bmv7nmcu/MobilityDatabase Vercel Deployment/VERCEL_PROJECT_ID"
3434
VERCEL_ORG_ID: "op://rbiv7rvkkrsdlpcrz3bmv7nmcu/MobilityDatabase Vercel Deployment/VERCEL_ORG_ID"
35+
VERCEL_AUTOMATION_BYPASS_SECRET: "op://rbiv7rvkkrsdlpcrz3bmv7nmcu/MobilityDatabase Vercel Deployment/VERCEL_AUTOMATION_BYPASS_SECRET"
3536

3637
- name: Setup Node
3738
uses: actions/setup-node@v4
@@ -90,6 +91,7 @@ jobs:
9091
uses: patrickedqvist/wait-for-vercel-preview@v1.3.3
9192
with:
9293
token: ${{ secrets.GITHUB_TOKEN }}
94+
vercel_protection_bypass_header: ${{ env.VERCEL_AUTOMATION_BYPASS_SECRET }}
9395
max_timeout: 300
9496

9597
- name: Lighthouse Check

0 commit comments

Comments
 (0)