Add example.env configuration for GitHub Actions runner

This commit is contained in:
Palash Tyagi 2025-05-03 21:33:25 +01:00
parent aca1e1381f
commit 4fe81b7a26

9
.github/runner/example.env vendored Normal file
View File

@ -0,0 +1,9 @@
# Repository name
REPO="Magnus167/rustframe"
# GitHub runner token
GH_TOKEN="some_token_here"
# Labels for the runner
RUNNER_LABELS=self-hosted-linux,linux