We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d8123 commit 1d582a7Copy full SHA for 1d582a7
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
name: OpenAPI Lint
14
runs-on: ubuntu-24.04
15
permissions:
16
- contents: read
+ contents: write
17
env:
18
GHA_API_LINT_FILE_GLOB: ${{ inputs.file_glob }}
19
steps:
.github/workflows/trigger-lint.yml
@@ -5,7 +5,7 @@ on: [push]
5
jobs:
6
spectral-lint:
7
8
9
uses: ./.github/workflows/lint.yml
10
with:
11
file_glob: test-api.yaml
0 commit comments