mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
docs: adding "permissions: { }" to the yaml example (#5452)
This commit is contained in:
parent
4bc39d7501
commit
64d808da2c
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ To run super-linter as a GitHub Action, you do the following:
|
|||
push: null
|
||||
pull_request: null
|
||||
|
||||
permissions: { }
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Lint
|
||||
|
|
Loading…
Reference in a new issue