Skip to content

Commit

Permalink
fixing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMora89 committed Aug 14, 2024
1 parent e075f87 commit 32e5d3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
POLYGON_NODE: ${{ secrets.POLYGON_NODE }}
HOLESKY_NODE: ${{ secrets.HOLESKY_NODE }}
SEPOLIA_NODE: ${{ secrets.SEPOLIA_NODE }}
ARBITRUMTESTNET_NODE: ${{ secrets.ARBITRUMTESTNET_NODE }}
BASETESTNET_NODE: ${{ secrets.BASETESTNET_NODE }}

ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
PRIVATE_KEY: ${{ secrets.DUMMY_PK }}

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ env:
POLYGON_NODE: ${{ secrets.POLYGON_NODE }}
HOLESKY_NODE: ${{ secrets.HOLESKY_NODE }}
SEPOLIA_NODE: ${{ secrets.SEPOLIA_NODE }}
ARBITRUMTESTNET_NODE: ${{ secrets.ARBITRUMTESTNET_NODE }}
BASETESTNET_NODE: ${{ secrets.BASETESTNET_NODE }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
PRIVATE_KEY: ${{ secrets.DUMMY_PK }}

Expand Down

0 comments on commit 32e5d3b

Please sign in to comment.