traderepublic / Cilicon

🛠️ Self-Hosted ephemeral macOS CI on Apple Silicon
MIT License
950 stars 28 forks source link

FAQ to GitHub App creation #7

Closed AllDmeat closed 1 year ago

AllDmeat commented 1 year ago

Your guide provides following step:

To use the Github Actions provisioner you will need to create and install a new Github App with Self-hosted runners Read & Write permissions on the organization level and provide your config with the respective information.

While trying to create such an app I stumble upon 'Callback URL' field. It's required, but I can't fully understand what URL to provide.

Screenshot 2023-03-22 at 15 34 02
AllDmeat commented 1 year ago

I've accidentally toggled on 'Request user authorization (OAuth) during installation', that was causing Callback URL field to be required. Toggling off solved the problem.