Implement Gitea Actions runner substrate
This commit is contained in:
parent
3fb63c9a03
commit
19ee47fe82
15 changed files with 1032 additions and 3 deletions
7
runner/act-runner.env.example
Normal file
7
runner/act-runner.env.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Copy to a host-local path such as /etc/act_runner/railiance.env.
|
||||
# Do not commit the copied file if it contains host-specific secret references.
|
||||
|
||||
GITEA_INSTANCE_URL=https://gitea.coulomb.social/
|
||||
GITEA_RUNNER_NAME=railiance-haskelseed-build-01
|
||||
GITEA_RUNNER_LABELS=self-hosted:host,haskelseed:host,linux:host,linux_amd64:host,container-build:host,registry-publish:host
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN_FILE=/run/secrets/railiance/gitea-act-runner-registration-token
|
||||
Loading…
Add table
Add a link
Reference in a new issue