From 4fe81b7a26469aeade416bbca9d53f37020ee015 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sat, 3 May 2025 21:33:25 +0100 Subject: [PATCH] Add example.env configuration for GitHub Actions runner --- .github/runner/example.env | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/runner/example.env diff --git a/.github/runner/example.env b/.github/runner/example.env new file mode 100644 index 0000000..6ab2dc8 --- /dev/null +++ b/.github/runner/example.env @@ -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 \ No newline at end of file