Skip to content

Commit d4aeaa3

Browse files
authored
Merge pull request #213 from indigok/patch-1
Add new artifact-metadata permission to schema
2 parents d467662 + e4f8f24 commit d4aeaa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,6 +1578,10 @@
15781578
"type": "permission-level-any",
15791579
"description": "Actions workflows, workflow runs, and artifacts."
15801580
},
1581+
"artifact-metadata": {
1582+
"type": "permission-level-any",
1583+
"description": "Storage and deployment records for build artifacts."
1584+
},
15811585
"attestations": {
15821586
"type": "permission-level-any",
15831587
"description": "Artifact attestations."

0 commit comments

Comments
 (0)