An open API service indexing awesome lists of open source software.

https://github.com/rustunit/github-runner

Our custom docker image used for self hosted gh runners
https://github.com/rustunit/github-runner

Last synced: 4 months ago
JSON representation

Our custom docker image used for self hosted gh runners

Awesome Lists containing this project

README

          

# github-runner
Our custom docker image used for self hosted gh runners

It requires you to have setup a github PAT with these scopes:
* `repo`
* `admin:org`

This runner is build to be used on an organizational level, you need to provide these two `env` vars:

```
$ORGANIZATION
$ACCESS_TOKEN
```

Use the image as `ghcr.io/rustunit/github-runner`