Skip to content

Commit 4cbf1ad

Browse files
authored
Update autofix-shfmt-private.yml
1 parent bcd1850 commit 4cbf1ad

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/autofix-shfmt-private.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
push:
66
branches: [ main ]
77

8+
# <-- Permisos mínimos recomendados para este workflow
9+
permissions:
10+
contents: read
11+
# security-events: write # no hace falta aquí si no subes SARIF ni alertas
12+
# actions: read # opcional, solo si necesitas leer info de Actions
13+
814
jobs:
915
autofix-shfmt:
1016
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)