mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-10 23:55:05 +01:00
changed permissions of linting
This commit is contained in:
parent
792ae1490f
commit
ea83df94b7
7
.github/workflows/linting.yml
vendored
7
.github/workflows/linting.yml
vendored
@ -5,10 +5,13 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- next
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, reopened]
|
||||
|
||||
permissions: read-all
|
||||
# needs write to add annotations
|
||||
permissions:
|
||||
checks: write
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
linting:
|
||||
|
Loading…
Reference in New Issue
Block a user