Add: explicit permissions for OpenAPI linting workflow

This commit is contained in:
Nicholas Wallace 2024-08-18 19:08:04 -07:00
parent 627ddd2f70
commit 9674cfd258

View File

@ -7,6 +7,10 @@ on:
paths:
- 'docs/**'
# This action only needs read permissions
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest