Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Mar 27, 2024
1 parent a5eb317 commit 238c38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Distribute ETH
run: |
echo ${{ secrets.HOLESKY_FUND_ENV }} > .env
cat .env
erc20_processor distribute --amounts "0.0001;0.0001;0.0001;0.0001" --recipients "0x5b984629E2Cc7570cBa7dD745b83c3dD23Ba6d0f;0x5b984629E2Cc7570cBa7dD745b83c3dD23Ba6d0f;0x5b984629E2Cc7570cBa7dD745b83c3dD23Ba6d0f;0x5b984629E2Cc7570cBa7dD745b83c3dD23Ba6d0f"
erc20_processor run
env:
ETH_PRIVATE_KEYS: ${{ secrets.HOLESKY_FUND_ENV }}

0 comments on commit 238c38a

Please sign in to comment.