Skip to content

Commit

Permalink
try echoing secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jparklev committed Jun 17, 2024
1 parent 9b9491c commit 6f72b28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
forge build --sizes
id: build

- name: echo secret
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
run: |
echo "$MAINNET_RPC_URL"
- name: Run Forge tests
run: |
forge test -vvv
Expand Down

0 comments on commit 6f72b28

Please sign in to comment.