Skip to content

Commit

Permalink
fix(ci): error in spot (#5745)
Browse files Browse the repository at this point in the history
Ssh'ing into the spot it was clear the mistake, it was encoding at
script creation time and bringing down spot
AztecProtocol/ec2-action-builder@e6e779b
  • Loading branch information
ludamad authored Apr 13, 2024
1 parent 1c4667c commit 4d754aa
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 @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Start EC2 runner
uses: AztecProtocol/ec2-action-builder@v0.4
uses: AztecProtocol/ec2-action-builder@v0.5
with:
github_token: ${{ secrets.GH_SELF_HOSTED_RUNNER_TOKEN }}
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 4d754aa

Please sign in to comment.