We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the instructions say the admin user installing github-app-user-auth by creating an GitHub app, a link can be provided pre-populated with settings. I've seen this done in instructions for another project that requires the creation of a GitHub app: https://github.com/actions-runner-controller/actions-runner-controller#deploying-using-github-app-authentication
github-app-user-auth
Here are two example links:
https://github.com/settings/apps/new?url=http://github.com/actions-runner-controller/actions-runner-controller&webhook_active=false&public=false&administration=write&actions=read
https://github.com/organizations/:org/settings/apps/new?url=http://github.com/actions-runner-controller/actions-runner-controller&webhook_active=false&public=false&administration=write&organization_self_hosted_runners=write&actions=read&checks=read
:org
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the instructions say the admin user installing
github-app-user-auth
by creating an GitHub app, a link can be provided pre-populated with settings. I've seen this done in instructions for another project that requires the creation of a GitHub app: https://github.com/actions-runner-controller/actions-runner-controller#deploying-using-github-app-authenticationHere are two example links:
https://github.com/settings/apps/new?url=http://github.com/actions-runner-controller/actions-runner-controller&webhook_active=false&public=false&administration=write&actions=read
https://github.com/organizations/:org/settings/apps/new?url=http://github.com/actions-runner-controller/actions-runner-controller&webhook_active=false&public=false&administration=write&organization_self_hosted_runners=write&actions=read&checks=read
:org
which should be replaced by an organization to create it for, while the other link defaults to creating it for yourself.The text was updated successfully, but these errors were encountered: