Skip to content

Commit ecbd540

Browse files
committed
add repos
1 parent 252867d commit ecbd540

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/aggregate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/github-script@v8
2626
name: Aggregate docs from source repos
2727
env:
28-
PUSH_TOKEN: ${{ secrets.DOCS_PUSH_TOKEN }}
28+
PUSH_TOKEN: ${{ secrets.DOCS_TOKEN }}
2929
with:
3030
script: |
3131
const fs = require('fs');

repos.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"owner": "cortexphp",
4+
"repo": "json-schema",
5+
"docsPath": "docs",
6+
"ref": "main"
7+
}
8+
]

0 commit comments

Comments
 (0)