RunnerDeployment fails with error reason "FailedUpdateRegistrationToken" #1617
Unanswered
abhishek-CEQ
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add a runner to an organization using RunnerDeployment kind. But it fails with the following error:-

It's working fine if I try to add a runner to repository. Below is the manifest file code that I'm using.
apiVersion: actions.summerwind.dev/v1alpha1 kind: RunnerDeployment metadata: name: my-runner namespace: actions-runner-system spec: replicas: 1 template: spec: image: artifactoryhost/docker-dev/summerwind/actions-runner:0.0.1 organization: my-org-name group: my-runner-group labels: - eks-runner - dev env: [] imagePullSecrets: - name: regcred
Also, I have added the required permission scope to the PAT token as mentioned in the doc.
Am I missing something here to ad runner to an organization?
Beta Was this translation helpful? Give feedback.
All reactions