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 e9ccc80 commit e074751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Distribute ETH
run: |
erc20_processor distribute --amounts "0.0001;0.0001;0.0001;0.0001;0.0001" --recipients "$ETH_ADDRESS_0,$ETH_ADDRESS_1,$ETH_ADDRESS_2,$ETH_ADDRESS_3,$ETH_ADDRESS_4"
erc20_processor distribute --amounts "0.0001;0.0001;0.0001;0.0001;0.0001" --recipients "$ETH_ADDRESS_0;$ETH_ADDRESS_1;$ETH_ADDRESS_2;$ETH_ADDRESS_3;$ETH_ADDRESS_4"
erc20_processor run
env:
ETH_PRIVATE_KEYS: ${{ secrets.HOLESKY_FUND_ENV }}

0 comments on commit e074751

Please sign in to comment.