Skip to content

Commit 02407ae

Browse files
authored
github-workflow: Add models permission (SchemaStore#4683)
1 parent fbcb59e commit 02407ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/json/github-workflow.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@
183183
"issues": {
184184
"$ref": "#/definitions/permissions-level"
185185
},
186+
"models": {
187+
"type": "string",
188+
"enum": ["read", "none"]
189+
},
186190
"packages": {
187191
"$ref": "#/definitions/permissions-level"
188192
},

0 commit comments

Comments
 (0)