Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
viatrix committed Dec 16, 2024
1 parent 823576a commit f30c745
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 @@ -36,10 +36,10 @@ jobs:
- name: Create .env with Github Secrets
run: |
touch .env
echo JSON_RPC_PROVIDER=$JSON_RPC_PROVIDER >> .env
echo FORK_RPC_PROVIDER=$FORK_RPC_PROVIDER >> .env
echo USDC_OWNER_ADDRESS=$USDC_OWNER_ADDRESS >> .env
env:
JSON_RPC_PROVIDER: ${{ secrets.JSON_RPC_PROVIDER }}
FORK_RPC_PROVIDER: ${{ secrets.FORK_RPC_PROVIDER }}
USDC_OWNER_ADDRESS: ${{ vars.USDC_OWNER_ADDRESS }}
- name: Hardhat Tests
run: |
Expand Down

0 comments on commit f30c745

Please sign in to comment.