mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 03:13:15 +00:00
Co-authored-by: Cory Miller <cory-miller@github.com> Co-authored-by: Nikola Jokic <nikola-jokic@github.com> Co-authored-by: Ava Stancu <AvaStancu@github.com> Co-authored-by: Ferenc Hammerl <fhammerl@github.com> Co-authored-by: Francesco Renzi <rentziass@github.com> Co-authored-by: Bassem Dghaidi <Link-@github.com>
25 lines
409 B
YAML
25 lines
409 B
YAML
# permissions for end users to edit ephemeralrunners.
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: ephemeralrunner-editor-role
|
|
rules:
|
|
- apiGroups:
|
|
- actions.github.com
|
|
resources:
|
|
- ephemeralrunners
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- actions.github.com
|
|
resources:
|
|
- ephemeralrunners/status
|
|
verbs:
|
|
- get
|