Skip to content

Commit

Permalink
fix: secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jan 10, 2024
1 parent 8c77f8a commit 63841d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
command: playwright:test:wallet
uses: WalletConnect/web3modal/.github/workflows/ui_tests.yml@feat/optional_webserver2
secrets:
NEXT_PUBLIC_PROJECT_ID: 942cb705fcbddae9f61bc75f7fa14855
TESTS_NEXTAUTH_SECRET: test
NEXT_PUBLIC_PROJECT_ID: ${{ secrets.UI_TEST_PROJECT_ID }}
TESTS_NEXTAUTH_SECRET: ${{ secrets.TESTS_NEXTAUTH_SECRET }}

0 comments on commit 63841d9

Please sign in to comment.