Skip to content

Commit cfd192d

Browse files
authored
Update runner_cleanup.yml
1 parent 732f30c commit cfd192d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/runner_cleanup.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Limpieza Avanzada de Runners
1010
runs-on: ubuntu-latest
1111
permissions:
12-
actions: write
12+
actions: read
1313
steps:
1414
- name: Limpiar runners offline
1515
uses: actions/cleanup-action@v4
@@ -30,6 +30,8 @@ jobs:
3030
name: Verificación de Salud Completa
3131
needs: cleanup
3232
runs-on: ubuntu-latest
33+
permissions:
34+
issues: write
3335
steps:
3436
- name: Verificar recursos del sistema
3537
run: |

0 commit comments

Comments
 (0)