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
- Host: GitHub
- URL: https://github.com/rustunit/github-runner
- Owner: rustunit
- License: mit
- Created: 2024-12-07T07:55:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T08:26:37.000Z (about 1 year ago)
- Last Synced: 2025-10-03T22:37:42.914Z (4 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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`