Skip to content

Commit

Permalink
fix(tests): set required API keys (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
arein authored Feb 2, 2024
1 parent 544b840 commit 556aba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
secrets:
NEXT_PUBLIC_PROJECT_ID: ${{ secrets.UI_TEST_PROJECT_ID }}
TESTS_NEXTAUTH_SECRET: ${{ secrets.TESTS_NEXTAUTH_SECRET }}
NEXT_PUBLIC_PIMLICO_KEY: ${{ secrets.TESTS_PIMLICO_KEY }}
1 change: 1 addition & 0 deletions advanced/wallets/react-wallet-v2/.env.local.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
NEXT_PUBLIC_PROJECT_ID=
NEXT_PUBLIC_RELAY_URL=wss://relay.walletconnect.com
NEXT_PUBLIC_PIMLICO_KEY=

0 comments on commit 556aba9

Please sign in to comment.