Authentication using GitHub API #1778
-
Hi, I am trying to set-up runners at org level by using GitHub API authentication mechanism as documented here. However, the runner is unable to fetch the registration token. I have createed the private key and used that to create AKS secrets as well. However, when I look at the controller logs, I see below error: "error": "failed to create registration token: POST https://api.github.com/orgs/redacted/actions/runners/registration-token: 403 Must have admin rights to Repository. []"} Anyone faced similar issue and if so how was this rectified? Any additional tokens to be generated for auth purpose? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There seems to be an overlap between PAT and App as i was trying to update on the same cluster. I re-provisioned the new cluster and set up only App and it started working. |
Beta Was this translation helpful? Give feedback.
There seems to be an overlap between PAT and App as i was trying to update on the same cluster. I re-provisioned the new cluster and set up only App and it started working.