Commit fc4026f 1 parent 7081842 commit fc4026f Copy full SHA for fc4026f
File tree 5 files changed +3
-9
lines changed
5 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
pull_request :
8
8
9
- env :
10
- GITHUB_TOKEN : ${{ secrets.OPENAPI_TS_BOT_GITHUB_TOKEN }}
11
-
12
9
concurrency :
13
10
group : ci-${{ github.ref }}
14
11
cancel-in-progress : true
Original file line number Diff line number Diff line change 31
31
commit : " [ci] release"
32
32
title : " [ci] release"
33
33
env :
34
+ GITHUB_TOKEN : ${{ secrets.OPENAPI_TS_BOT_GITHUB_TOKEN }}
34
35
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 5
5
branches : [main]
6
6
types : [opened, synchronize]
7
7
8
- env :
9
- GITHUB_TOKEN : ${{ secrets.OPENAPI_TS_BOT_GITHUB_TOKEN }}
10
-
11
8
jobs :
12
9
size-limit :
13
10
permissions :
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
- "build" : " pnpm run update-contributors && vitepress build && cp _redirects .vitepress/dist" ,
8
- "dev" : " pnpm run update-contributors && vitepress dev" ,
7
+ "build-docs " : " pnpm run update-contributors && vitepress build && cp _redirects .vitepress/dist" ,
8
+ "dev" : " vitepress dev" ,
9
9
"update-contributors" : " node scripts/update-contributors.js"
10
10
},
11
11
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://turbo.build/schema.json" ,
3
- "globalEnv" : [" GITHUB_TOKEN" ],
4
3
"tasks" : {
5
4
"build" : {
6
5
"dependsOn" : [" ^build" ]
You can’t perform that action at this time.
0 commit comments