From 14118895d5987ad74a0b2b06752fd0fec7cbebee Mon Sep 17 00:00:00 2001 From: Derek Date: Mon, 8 Jan 2024 20:47:45 -0500 Subject: [PATCH] fix: run --- .github/workflows/pr_checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 41fda5565..31d66473d 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -34,5 +34,6 @@ jobs: VERCEL_TOKEN: ${{ secrets.UI_TEST_VERCEL_TOKEN }} with: vercel_app: ${{ secrets.UI_TEST_WALLET_V2_VERCEL_PROJECT_ID }} + vercel_team_id: ${{ secrets.VERCEL_TEAM_ID }} - name: Get URL run: echo "https://${{steps.vercel_preview_url_by_name.outputs.preview_url}}"