Skip to content

Commit b3418e0

Browse files
authored
chore: Disable OVSX_PAT (#1017)
Disabling Open-VSX publishing since Eclipse Foundation is down for extended period of time.
1 parent c954087 commit b3418e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ jobs:
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181
VSCE_PAT: ${{ secrets.VSCE_PAT }}
82-
OVSX_PAT: ${{ secrets.OVSX_PAT }}
82+
# OVSX_PAT: ${{ secrets.OVSX_PAT }}
8383
run: npm run semantic-release

0 commit comments

Comments
 (0)