Skip to content

Commit e2ec264

Browse files
authored
Merge pull request #175 from sgoedecke/patch-1
Update workflow-v1.0.json to include models permission
2 parents 81db060 + ea15cac commit e2ec264

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

workflow-parser/src/workflow-v1.0.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,10 @@
15491549
"type": "permission-level-any",
15501550
"description": "Issues and related comments, assignees, labels, and milestones."
15511551
},
1552+
"models": {
1553+
"type": "permission-level-read-or-no-access",
1554+
"description": "Call AI models with GitHub Models."
1555+
},
15521556
"packages": {
15531557
"type": "permission-level-any",
15541558
"description": "Packages published to the GitHub Package Platform."
@@ -2520,4 +2524,4 @@
25202524
}
25212525
}
25222526
}
2523-
}
2527+
}

0 commit comments

Comments
 (0)