From 20ce175ee5e2213cc04a03e4607c35ecef1514e2 Mon Sep 17 00:00:00 2001 From: uazo Date: Sat, 31 Jul 2021 12:22:32 +0000 Subject: [PATCH] add start runner --- .gitignore | 2 ++ images/github-runner/.env.example | 6 ++++++ images/github-runner/start-runner.sh | 17 +++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 images/github-runner/.env.example create mode 100755 images/github-runner/start-runner.sh diff --git a/.gitignore b/.gitignore index d6c4114..ebdeed1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ ################################################################################ /.vs +images/github-runner/.env +images/privoxy/privoxy.conf.save diff --git a/images/github-runner/.env.example b/images/github-runner/.env.example new file mode 100644 index 0000000..737fd47 --- /dev/null +++ b/images/github-runner/.env.example @@ -0,0 +1,6 @@ +RUNNER_NAME=pd-gh-runner +GITHUB_PERSONAL_TOKEN= +GITHUB_OWNER= +GITHUB_REPOSITORY= +RUNNER_LABELS=