Skip to content

Commit

Permalink
fix: added missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanConn committed Aug 1, 2023
1 parent f5879d0 commit a01672d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a01672d

Please sign in to comment.