From 406003f212d12499d9da93fe41dc5cdc5929d33e Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 12 Apr 2024 20:04:26 -0400 Subject: [PATCH] fix(ci): error in spot Ssh'ing into the spot it was clear the mistake, it was encoding at script creation time and bringing down spot https://github.com/AztecProtocol/ec2-action-builder/commit/e6e779be5e182d6f4688258c526c74913bca336c --- .github/workflows/setup-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-runner.yml b/.github/workflows/setup-runner.yml index 728b986d668..7b2277b111c 100644 --- a/.github/workflows/setup-runner.yml +++ b/.github/workflows/setup-runner.yml @@ -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 }}