From a01672d2375e2002603c566eb68eb66b884f1dfd Mon Sep 17 00:00:00 2001 From: Jonathan Conn Date: Tue, 1 Aug 2023 14:24:31 -0400 Subject: [PATCH] fix: added missing env var --- .github/workflows/pr_e2e_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_e2e_tests.yml b/.github/workflows/pr_e2e_tests.yml index cca86d4fc7..b0867a0e78 100644 --- a/.github/workflows/pr_e2e_tests.yml +++ b/.github/workflows/pr_e2e_tests.yml @@ -47,6 +47,7 @@ jobs: LABS_URL: ${{ steps.cloudflare_preview_url.outputs.preview_url }} WALLET_URL: "https://react-wallet.walletconnect.com/" LOCAL_LABS_URL: "http://localhost:3000" + NEXT_PUBLIC_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_PROJECT_ID }} - uses: actions/upload-artifact@v3 if: always() with: