Skip to content

Commit 24eebcc

Browse files
committed
build: passThroughEnv for ci:publish
1 parent 39a600a commit 24eebcc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
},
1616
"[typescript]": {
1717
"editor.defaultFormatter": "biomejs.biome"
18+
},
19+
"[json]": {
20+
"editor.defaultFormatter": "biomejs.biome"
1821
}
1922
}

turbo.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"dependsOn": ["^build"]
1010
},
1111
"ci:package": {},
12-
"ci:publish": {},
12+
"ci:publish": {
13+
"passThroughEnv": ["VSCE_PAT", "GITHUB_TOKEN", "OVSX_PAT"]
14+
},
1315
"ci:update": {
1416
"outputs": ["packages/vscode-extension/src/apis.ts"]
1517
},

0 commit comments

Comments
 (0)