Setup ARC GitHub App without org admin permissions #1933
tbondarchuk
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's the way to setup GitHub App for ARC without org admin permissions, just with minor cooperation from an actual admin.
Procedure is following:
Request admin to grant your user permission to manage apps
Organization's tab 'Settings' now will be available with just a GitHub Apps section
Any account
- otherwise your user won't seeInstall
option and org admin won't see app at all 🤷This might be undesired since app will be publicly available, but no sensitive info is exposed as far as I can see.
Click
Install app
which will only create an installation request to adminAsk admin to confirm installation
Proceed with rest of ARC docs instructions (get installation ID, etc)
Unless you want to setup webhooks in every repo, enable and configure webhook for installed GitHub App and subscribe it to
workflow_job
eventsBeta Was this translation helpful? Give feedback.
All reactions