Skip to content

Commit

Permalink
fix: don't refcount spot
Browse files Browse the repository at this point in the history
This logic has proven tricky and is taking down builds early.
  • Loading branch information
ludamad authored Apr 17, 2024
1 parent f7d5cf2 commit 8d4f493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
group: start-builder-${{ inputs.runner_label }}
steps:
- name: Start EC2 runner
uses: AztecProtocol/ec2-action-builder@v0.12
uses: AztecProtocol/ec2-action-builder@v0.13
with:
github_token: ${{ secrets.GH_SELF_HOSTED_RUNNER_TOKEN }}
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 8d4f493

Please sign in to comment.