mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-03-13 09:02:46 +00:00
security(ci): add permissions block to PR lint workflow (#139)
This commit is contained in:
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -6,6 +6,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, main]
|
branches: [master, main]
|
||||||
|
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
env: # Comment env block if you don't want to apply fixes
|
env: # Comment env block if you don't want to apply fixes
|
||||||
# Apply linter fixes configuration
|
# Apply linter fixes configuration
|
||||||
APPLY_FIXES: all
|
APPLY_FIXES: all
|
||||||
|
|||||||
Reference in New Issue
Block a user