Skip to content

imobanco/github-ci-runner

Repository files navigation

github-ci-runner

https://github.com/actions/runner

Refs

Token PAT

https://github.com/myoung34/docker-github-actions-runner/wiki/Usage#token-scope

Install action

./ops/bash/install_action.sh 2.301.2 x64

Runner token

Enterprise

source .env
./ops/bash/runner_token.sh ent imobanco

Organization

source .env
./ops/bash/runner_token.sh org imobanco

Repo

source .env
./ops/bash/runner_token.sh repo https://github.com/imobanco/github-ci-runner

Entrypoint

source .env
RUNNER_SCOPE="org" SCOPE_TARGET="imobanco" bash ./ops/bash/entrypoint.sh