We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e8cb2 commit ce82da5Copy full SHA for ce82da5
.github/workflows/lava-schema-check.yml
@@ -3,6 +3,10 @@ name: Check LAVA templates
3
on:
4
workflow_call:
5
6
+# implicitely set all other permissions to none
7
+permissions:
8
+ contents: read # actions/checkout
9
+
10
jobs:
11
schema-check:
12
runs-on: ubuntu-latest
0 commit comments