diff --git a/.github/workflows/failsafe.yml b/.github/workflows/failsafe.yml index 51dad68..0b1a1cd 100644 --- a/.github/workflows/failsafe.yml +++ b/.github/workflows/failsafe.yml @@ -20,6 +20,8 @@ jobs: if: (github.event_name == 'push' || github.event_name == 'pull_request') && (github.actor != 'dependabot[bot]') secrets: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} + VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} + VERCEL_TEAM_ID: ${{ secrets.VERCEL_TEAM_ID }} failsafe-generation-stage: name: Failsafe Page Generation (Stage Deployment) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 43f016a..d70ea27 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -14,6 +14,8 @@ jobs: if: (github.event_name == 'push' || github.event_name == 'pull_request') && (github.actor != 'dependabot[bot]') secrets: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} + VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} + VERCEL_TEAM_ID: ${{ secrets.VERCEL_TEAM_ID }} playwright-e2e-test-stage: name: Playwright E2E Tests (Stage Deployment) diff --git a/.github/workflows/vercel-deployment.yml b/.github/workflows/vercel-deployment.yml index a210491..c0f88a5 100644 --- a/.github/workflows/vercel-deployment.yml +++ b/.github/workflows/vercel-deployment.yml @@ -9,6 +9,10 @@ on: secrets: VERCEL_TOKEN: required: true + VERCEL_PROJECT_ID: + required: true + VERCEL_TEAM_ID: + required: true env: VERCEL_FETCH_DEPLOYMENTS_API_ENDPOINT: https://api.vercel.com/v6/deployments