File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99env :
10- # https://github.com/jonpugh /github-runner/settings/secrets/actions/JONPUGH_GITHUB_TOKEN_ADMIN
10+ # https://github.com/operations-project /github-runner-starter /settings/secrets/actions/JONPUGH_GITHUB_TOKEN_ADMIN
1111 GITHUB_TOKEN : " ${{ secrets.JONPUGH_GITHUB_TOKEN_ADMIN }}"
1212 RUNNER_CONFIG_NAME : " jonpugh@github-runner.${{ github.run_id }}"
1313
1414jobs :
1515 create :
1616 name : Create Runner
1717 # Testing github hosted.
18- # runs-on: jonpugh /github-runner
18+ # runs-on: operations-project /github-runner-starter
1919 runs-on : ubuntu-latest
2020 env :
2121 # Set unique name for each item in the matrix.
Original file line number Diff line number Diff line change 11{
2- "name" : " jonpugh /github-runner" ,
2+ "name" : " operations-project /github-runner-starter " ,
33 "description" : " A shell script for launching github runners." ,
44 "type" : " library" ,
55 "license" : " MIT" ,
Original file line number Diff line number Diff line change 44services :
55 runner :
66# image: geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8}-ansible:latest
7- image : jonpugh /github-runner
7+ image : operations-project /github-runner-starter
88 hostname : localhost
99 volumes :
1010 - ./:/github-runner-starter
You can’t perform that action at this time.
0 commit comments