Skip to content

Commit

Permalink
set strategy keeper
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Nov 11, 2024
1 parent e8b70cf commit a7878fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions-sepolia-strategy-set-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- run: forge script script/StrategyKeeperManagement.s.sol:StrategyKeeperManagement --rpc-url $RPC_URL --broadcast --gas-price 500000000000 --verify --verbosity 4
env:
RPC_URL: ${{ secrets.RPC_URL }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
KEEPER_ADDRESS: ${{ github.event.inputs.keeper }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
STRATEGY: ${{ github.event.inputs.strategy }}
Expand Down

0 comments on commit a7878fd

Please sign in to comment.