Skip to content

Commit e3c27e2

Browse files
authored
Add artifact-metadata property to github-workflow schema (#5292)
The new [`artifact-metadata` granular permission](https://github.blog/changelog/2026-01-13-new-fine-grained-permission-for-artifact-metadata-is-now-generally-available/) is now generally available.
1 parent d61dd8d commit e3c27e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/schemas/json/github-workflow.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@
162162
"actions": {
163163
"$ref": "#/definitions/permissions-level"
164164
},
165+
"artifact-metadata": {
166+
"$ref": "#/definitions/permissions-level"
167+
},
165168
"attestations": {
166169
"$ref": "#/definitions/permissions-level"
167170
},

0 commit comments

Comments
 (0)