Skip to content

Commit

Permalink
ci(gh-actions): Set MAINNET_RPC env var from a GH actions variable
Browse files Browse the repository at this point in the history
This will allow faster configuration, if any issues arise.
  • Loading branch information
PetarKirov authored Sep 24, 2024
1 parent 9a185f7 commit d79a429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
INFURA_API_KEY: '${{ secrets.INFURA_API_KEY }}'
USER_PRIVATE_KEY: '${{ secrets.USER_PRIVATE_KEY }}'
ETHERSCAN_API_KEY: '${{ secrets.ETHERSCAN_API_KEY }}'
MAINNET_RPC: http://192.168.8.207:8545
MAINNET_RPC: variables.MAINNET_RPC
jobs:
Linter:
runs-on: self-hosted
Expand Down

0 comments on commit d79a429

Please sign in to comment.