myoung34 / docker-github-actions-runner

This will run the new self-hosted github actions runners with docker-in-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is using the Personal Access Token the only way to get the runner token to register the self-hosted runner at the organization level?

michaelsync opened this issue · comments

Can we use the github app or oauth app instead of github PAT to generate the RUNNER_TOKEN? The problem with PAT is that none of our Github organization admins want to give the PAT.

ACCESS_TOKEN | A github PAT to use to generate RUNNER_TOKEN dynamically at container start. Not using this requires a valid RUNNER_TOKEN

To be honest I don't know. You're welcome to try. If you want to ask in the upstream actions repo and follow back with info I'll update the docs or code with your findings

Im going to close only in lieu of an answer. If you find anything upstream Im welcome to work with you on something here.