Skip to content

Commit 8d2a50e

Browse files
authored
chore: Enable OVSX_PAT (#1022)
1 parent b3418e0 commit 8d2a50e

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)