Skip to content

Commit 73dc7e4

Browse files
fix: remove unused OVSX_PAT environment variable from release workflow
Since OpenVSX publishing is disabled in .releaserc.json, the OVSX_PAT environment variable is not needed and was causing release failures. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 93e7ceb commit 73dc7e4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ jobs:
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
VSCE_PAT: ${{ secrets.VSCE_PAT }}
58-
OVSX_PAT: ${{ secrets.OVSX_PAT }}
5958
run: pnpm run release

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ justlang_lsp.log
1111
scripts/read-*.ts
1212
scripts/test-*.js
1313
*.ignore
14+
._b00t_.toml

0 commit comments

Comments
 (0)