mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-28 13:58:40 +02:00
Add: explicit permissions for OpenAPI linting workflow
This commit is contained in:
parent
627ddd2f70
commit
9674cfd258
1 changed files with 4 additions and 0 deletions
4
.github/workflows/lint-openapi.yml
vendored
4
.github/workflows/lint-openapi.yml
vendored
|
@ -7,6 +7,10 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
|
||||||
|
# This action only needs read permissions
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue