From d2576a76e402a13a4228a3526770ed1037172762 Mon Sep 17 00:00:00 2001 From: Derek Date: Mon, 8 Jan 2024 21:07:38 -0500 Subject: [PATCH] fix: run --- .github/workflows/pr_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 759732410..69548d1e0 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -1,7 +1,7 @@ name: Checks env: - VERCEL_TEAM_ID: ${{ secrets.VERCEL_TEAM_ID }} + VERCEL_ORG_ID: ${{ secrets.VERCEL_TEAM_ID }} VERCEL_PROJECT_ID: ${{ secrets.UI_TEST_WALLET_V2_VERCEL_PROJECT_ID }} on: push: