Extend manager roles to accept ephemeralrunnerset/finalizers (#2493)

This commit is contained in:
Nikola Jokic
2023-04-10 08:49:32 +02:00
committed by GitHub
parent 1a491cbfe5
commit b86af190f7
5 changed files with 24 additions and 2 deletions

View File

@@ -78,6 +78,13 @@ rules:
- get
- patch
- update
- apiGroups:
- actions.github.com
resources:
- ephemeralrunnersets/finalizers
verbs:
- patch
- update
- apiGroups:
- actions.github.com
resources:

View File

@@ -52,6 +52,13 @@ rules:
- get
- patch
- update
- apiGroups:
- actions.github.com
resources:
- ephemeralrunnersets/finalizers
verbs:
- patch
- update
- apiGroups:
- actions.github.com
resources: