We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc6df4 commit 2c9d4d2Copy full SHA for 2c9d4d2
deploy/terraform/github-runner-config.yaml
@@ -1,7 +1,7 @@
1
#cloud-config
2
runcmd:
3
- apt update && apt install -y jq unzip curl git docker.io docker-compose-v2
4
- - useradd -m github --shell /bin/bash && usermod -aG sudo github && usermod -aG docker github
+ - useradd -m github --shell /bin/bash && usermod -aG docker github
5
- cd /home/github
6
- su - github -c "mkdir -p /home/github/actions-runner"
7
- cd actions-runner
0 commit comments