Skip to content

Commit

Permalink
chore: make use of gh secret envs (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekostjuk authored Dec 5, 2024
1 parent c8c8e06 commit 108e423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
name: Verify
runs-on: ubuntu-latest
timeout-minutes: 20

environment: staging
env:
ETHEREUM_NODE_MAINNET: ${{ secrets.ETHEREUM_NODE_MAINNET }}
ETHEREUM_NODE_POLYGON: ${{ secrets.ETHEREUM_NODE_POLYGON }}
ETHEREUM_NODE_ARBITRUM: ${{ secrets.ETHEREUM_NODE_ARBITRUM }}
ETHEREUM_NODE_BASE: ${{ secrets.ETHEREUM_NODE_BASE }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 108e423

Please sign in to comment.