ec2-github-runner
ec2-github-runner copied to clipboard
On-demand self-hosted AWS EC2 runner for GitHub Actions
It seems that Github runners use the hostname as runner `--name` by default. This lead to runner instances not being able to register for us, because AWS was re-using internal...
Organizations are moving away from allowing the use of classic tokens which means that in order to continue using this runner support for the Fine-grained personal access tokens would be...
I would like to use a GITHUB_TOKEN generated into my github action workflow instead of a Personnal Access Token. I m in a company context , and as it says...
This is just https://github.com/machulav/ec2-github-runner/pull/122 rebased on top of `main` and `dist/index.js` updated after running `npm run package`, all credit goes to @kpturner. I've also fixed a small issue where if...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0 and updates ancestor dependency [aws-sdk](https://github.com/aws/aws-sdk-js). These dependencies need to be updated together. Updates `xml2js` from 0.4.19 to 0.5.0 Commits 9f730bb Update package.json with latest PR 50a492a...
cli would be like ```aws ec2 run-instances --image-id ami-09092360 --monitoring Enabled=true...``` how to pass monitor parameter to the runner? thanks
Hi, I seen we are currently stuck at runner version 2.299.1. It would be nice to be able to change to an other version by setting a version input value....