File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -769,8 +769,9 @@ export function installRunnerScaleSets(controller: k8s.helm.v3.Release): void {
769769 namespace : runnersNamespace . metadata . name ,
770770 } ,
771771 stringData : {
772- // This is the 'Actions Runner' token for canton-network-da GH user.
773- // Note that the user needs admin rights on the repo for this to work, since the controller and
772+ // This is the 'Self-hosted runner token' token for canton-network-da GH user.
773+ // Note that the user needs "read/write rights access to administration" and "read access to metadata"
774+ // (fine-grained) permissions for this to work, since the controller and
774775 // listeners use the actions/runners/registration-token endpoint to create a temporary token
775776 // for registration, and this endpoint seems to require admin rights.
776777 // TODO(DACH-NY/canton-network-node#17842): The recommended thing to do is use a GitHub App. See here for a guide
You can’t perform that action at this time.
0 commit comments