fix: resolve skill audit findings

This commit is contained in:
Magnus Hedemark
2026-07-11 09:24:58 -04:00
parent 61bacbfaf1
commit a5f7e74972
76 changed files with 716 additions and 447 deletions
+5
View File
@@ -27,3 +27,8 @@ Load this when setting up CI, troubleshooting runner registration failures, desi
## Requirements
Linux, macOS, or Windows target hosts. Docker for containerized runners. Kubernetes for ARC deployments.
## Quick Start
Start with the setup and first workflow in SKILL.md, then use the linked resources for the specific task you need to complete.
+8 -8
View File
@@ -1,16 +1,16 @@
---
name: github-runner
version: 1.0.2
description: >-
Deploy, manage, and troubleshoot self-hosted GitHub Actions runners. Covers
systemd service, Docker containers, Kubernetes (Actions Runner Controller),
and the Scale Set Client. Use when setting up a CI runner, debugging
registration failures, designing autoscaling, or hardening runner security.
description: Deploy, manage, and troubleshoot self-hosted GitHub Actions runners.
Covers systemd service, Docker containers, Kubernetes (Actions Runner Controller),
and the Scale Set Client. Use when setting up a CI runner, debugging registration
failures, designing autoscaling, or hardening runner security.
license: MIT
compatibility: Linux, macOS, or Windows target hosts. Docker for containerized runners. Kubernetes for ARC deployments.
compatibility: Linux, macOS, or Windows target hosts. Docker for containerized runners.
Kubernetes for ARC deployments.
metadata:
tags: [github-actions, ci-cd, runners, devops, docker, kubernetes, autoscaling]
tags: github-actions, ci-cd, runners, devops, docker, kubernetes, autoscaling
source: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners
version: 1.0.2
---
# Self-Hosted GitHub Actions Runner