mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 17:49:25 +00:00
Add example.env configuration for GitHub Actions runner
This commit is contained in:
9
.github/runner/example.env
vendored
Normal file
9
.github/runner/example.env
vendored
Normal 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
|
Reference in New Issue
Block a user