Open erictaur opened 3 years ago
Hey @erictaur, you need to pass the token obtained from the Runners settings page (which is located in the settings tab of a repository). I added this information to README.
In your case, this page should be located at https://github.com/idea-fasoc/OpenFASOC/settings/actions/runners/new (be mindful that you need to have administrative privileges to the repository).
Let me know if that solves your issue.
Describe the bug Unsure what value to pass to
$TOKEN
for registering the runnerTo Reproduce Steps to reproduce the behavior: Follow the setup guide in the antmicro/runner
README
Expected behavior Able to register the repo to the
gha-main
runner service.Runner Version and Platform
Everything is grabbed from the
vm-runner
branch ofantmicro/runner
OS of the machine running the runner?
What's not working?
./config.sh
cannot be run out of the box.Currently attempted fixes:
$TOKEN
, passing an arbitrary value leads to an infinite loop_layout
directory not found (Currently commented out)Current status of
vm_specs.json
Installation script is believed to be executed successfully since
supervisord
and thegha-main@
service is detectable by the system.Job Log Output
N/A
Runner and Worker's Diagnostic Logs
N/A
FYI @msaligane