We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252867d commit ecbd540Copy full SHA for ecbd540
.github/workflows/aggregate-docs.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/github-script@v8
26
name: Aggregate docs from source repos
27
env:
28
- PUSH_TOKEN: ${{ secrets.DOCS_PUSH_TOKEN }}
+ PUSH_TOKEN: ${{ secrets.DOCS_TOKEN }}
29
with:
30
script: |
31
const fs = require('fs');
repos.json
@@ -0,0 +1,8 @@
1
+[
2
+ {
3
+ "owner": "cortexphp",
4
+ "repo": "json-schema",
5
+ "docsPath": "docs",
6
+ "ref": "main"
7
+ }
8
+]
0 commit comments