Skip to content

Commit

Permalink
more accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 2, 2024
1 parent 503d3d4 commit 65e078c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provision_account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
COUNT=$(curl -sSL -H "Authorization: Bearer ${{ secrets.PRIVATE_KEY_SERVER_KEY }}" https://polygongas.org/keys/count/unused_accounts)
echo "Provisioned accounts count: $COUNT"
if [ "$COUNT" -gt 100 ]; then
if [ "$COUNT" -gt 400 ]; then
echo "Too many accounts provisioned ($COUNT). Skipping remaining steps."
echo "should_continue=false" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 65e078c

Please sign in to comment.