mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:30:01 +00:00
9 lines
158 B
Bash
9 lines
158 B
Bash
|
|
# Repository name
|
|
REPO="Magnus167/rustframe"
|
|
|
|
# GitHub runner token
|
|
GH_TOKEN="some_token_here"
|
|
|
|
# Labels for the runner
|
|
RUNNER_LABELS=self-hosted-linux,linux |