m1-github-actions-runner
m1-github-actions-runner copied to clipboard
Setup for GitHub Actions self-hosted runner on M1 Mac mini
M1 GitHub Actions Runner
This repo is a collection of scripts to manage the GitHub Actions Runner for mas builds.
download.sh
Downloads, validates and extracts the runner app into an actions-runner/ subdirectory.
configure.sh
Configures the runner to connect with GitHub. The required secret TOKEN must be
retrieved from GitHub. This must be provided via a TOKEN environment variable.
The .envrc.example shows example usage of setting this variable for the local
project using direnv.
start.sh
Script to start the runner app.
📄 License
This repo is licensed under the MIT License. See the LICENSE file for rights and limitations.