Skip to content

Commit

Permalink
update secrets
Browse files Browse the repository at this point in the history
Co-authored-by: zZoMROT <[email protected]>
  • Loading branch information
ZumZoom and zZoMROT authored Jan 30, 2024
1 parent e0e1b23 commit 3ed8096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: ./.github/actions/setup
- run: yarn test:ci
env:
MAINNET_RPC_URL: "${{ secrets.MAINNET_RPC_URL }}|${{ secrets.RPC_AUTH_HEADER }}"
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
OPTIMISTIC_RPC_URL: ${{ secrets.OPTIMISTIC_RPC_URL }}

coverage:
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: ./.github/actions/setup
- run: yarn coverage
env:
MAINNET_RPC_URL: "${{ secrets.MAINNET_RPC_URL }}|${{ secrets.RPC_AUTH_HEADER }}"
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
OPTIMISTIC_RPC_URL: ${{ secrets.OPTIMISTIC_RPC_URL }}
- uses: codecov/codecov-action@v3

Expand Down

0 comments on commit 3ed8096

Please sign in to comment.