Skip to content

Commit

Permalink
fix: ci secret passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Sep 24, 2024
1 parent b534c9f commit 87166b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [pull_request, push]

env:
pnpm: 9.10.0
RAINBOW_PROVIDER_API_KEY: RAINBOW_PROVIDER_API_KEY
WALLETCONNECT_PROJECT_ID: YOUR_PROJECT_ID
RAINBOW_PROVIDER_API_KEY: ${{ secrets.RAINBOW_PROVIDER_API_KEY }}
WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

jobs:
tests:
Expand Down

0 comments on commit 87166b5

Please sign in to comment.