Playground for a self-hosted GitHub action runner.
- Create a GitHub Personal Access Token with
repo
scope for private repos andpublic_repo
scope for public repos.- Copy the provided Token, this is used to generate new runner's registration/removal tokens.
- Edit base/secrets/secrets.env file with the appropiate target repository and the previous created PAT.
- Install the actions runner:
kubectl apply -k base