Skip to content

stkr22/github-self-hosted-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github-self-hosted-runner

docker build . --file ./Dockerfile --tag ghcr.io/stkr22/github-self-hosted-runner:main

Get a valid token: https://github.com/settings/tokens/new?scopes=repo

docker create --name {{ github_runner_url }} \
    -e RUNNER_NAME={{ github_runner_url }} \
    -e GITHUB_ACCESS_TOKEN={{ github_pat_scope_repo }} \
    -e RUNNER_REPOSITORY_URL={{ github_repo_url }} \
    -v /var/run/docker.sock:/var/run/docker.sock \
    ghcr.io/stkr22/github-self-hosted-runner:main
docker start {{ github_runner_url }}

Sources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages