Skip to content

Commit fc4026f

Browse files
authored
Fix build (#2031)
1 parent 7081842 commit fc4026f

File tree

5 files changed

+3
-9
lines changed

5 files changed

+3
-9
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- main
77
pull_request:
88

9-
env:
10-
GITHUB_TOKEN: ${{ secrets.OPENAPI_TS_BOT_GITHUB_TOKEN }}
11-
129
concurrency:
1310
group: ci-${{ github.ref }}
1411
cancel-in-progress: true

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
commit: "[ci] release"
3232
title: "[ci] release"
3333
env:
34+
GITHUB_TOKEN: ${{ secrets.OPENAPI_TS_BOT_GITHUB_TOKEN }}
3435
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/size-limit.yml

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches: [main]
66
types: [opened, synchronize]
77

8-
env:
9-
GITHUB_TOKEN: ${{ secrets.OPENAPI_TS_BOT_GITHUB_TOKEN }}
10-
118
jobs:
129
size-limit:
1310
permissions:

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"type": "module",
66
"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",
99
"update-contributors": "node scripts/update-contributors.js"
1010
},
1111
"devDependencies": {

turbo.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"globalEnv": ["GITHUB_TOKEN"],
43
"tasks": {
54
"build": {
65
"dependsOn": ["^build"]

0 commit comments

Comments
 (0)