ec2-github-runner icon indicating copy to clipboard operation
ec2-github-runner copied to clipboard

On-demand self-hosted AWS EC2 runner for GitHub Actions

Results 92 ec2-github-runner issues
Sort by recently updated
recently updated
newest added

Hi, One of the requirements is that Docker needs to be installed on the used AMI. I would be nice if we could specify pre- commands to be executed in...

I have added the additional permissions in the role as documented but it keeps throwing this error ----------------- Run machulav/ec2-github-runner@v2 (https://github.com/ad-tech/pocs/actions/runs/4020315401/jobs/6908102164#step:4:23) GitHub Registration Token is received [23](https://github.com/tech/ipocs/actions/runs/4020315401/jobs/6908102164#step:4:24) Error: AWS EC2...

For ec2 arm instances this is needed for it to actually run: ```bash yum install -y libicu60 jq ``` [Ref](https://aws.amazon.com/blogs/compute/building-arm64-applications-on-aws-graviton2-using-the-aws-cdk-and-self-hosted-runners-for-github-actions/)

Hi, we were running into issues where newly created instances weren't able to register with Github as runners, because by default the hostname is used as `--name`, and AWS was...

This results in lots of offline runners piling up in our repository. The EC2 instance is killed successfully but the runner isn't removed ![image](https://user-images.githubusercontent.com/6663002/197278169-f49aa265-0ead-4085-8a62-98d6159937ab.png) ``` Run machulav/ec2-github-runner@v2 with: mode: stop...

When I try to run `actions/checkout` without supplying my personal access token (PAT) on my EC2 runner I receive an error: "remote: Repository not found." When I supply my PAT...