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 56aac2a commit c558c81Copy full SHA for c558c81
1 file changed
schema-demos/schema-demo-private.md
@@ -0,0 +1,30 @@
1
+---
2
+description: Demonstrates the `private` schema field
3
+on:
4
+ workflow_dispatch:
5
+permissions:
6
+ contents: read
7
+engine: codex
8
+private: true
9
+timeout-minutes: 5
10
11
+
12
+# Schema Demo: `private`
13
14
+This workflow was auto-generated to demonstrate usage of the `private` field in
15
+the gh-aw frontmatter schema. It exists solely to achieve 100% schema feature
16
+coverage.
17
18
+## What `private` Does
19
20
+Marks the workflow as private so it is not meant to be shared outside its repository.
21
22
+## Task
23
24
+Call `noop` -- this is a coverage-only demo workflow.
25
26
+**Important**: Always call the `noop` safe-output tool.
27
28
+```json
29
+{"noop": {"message": "Coverage demo for `private` -- no action needed."}}
30
+```
0 commit comments