instructions on starting runners

This commit is contained in:
David Holdeman 2023-02-22 20:40:33 -06:00
parent 71721d7386
commit 8ffb8a4a67
1 changed files with 3 additions and 0 deletions

View File

@ -72,3 +72,6 @@ If you are running an organization-level runner, you will need to replace `RUNNE
Once the functions are in your .bashrc, and you have sourced your .bashrc, by opening a new shell or by running `. ~/.bashrc`,
run `ghatoken`, paste in your PAT, and enter a password. This password will be used every time you start a runner.
After you have run `ghatoken`, you can now start runners with `gha <id>`. I use sequential ids, e.g. `gha 1`, `gha 2`, etc,
but you may name them however you like.