mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -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
|
push: null
|
||||||
pull_request: null
|
pull_request: null
|
||||||
|
|
||||||
|
permissions: { }
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Lint
|
name: Lint
|
||||||
|
|
Loading…
Reference in a new issue