diff --git a/.github/workflows/build-vscode-release.reusable.yaml b/.github/workflows/build-vscode-release.reusable.yaml index 92e3b6a24..c3fef1fd3 100644 --- a/.github/workflows/build-vscode-release.reusable.yaml +++ b/.github/workflows/build-vscode-release.reusable.yaml @@ -102,4 +102,4 @@ jobs: pnpm vsce publish --pre-release --packagePath ./out/*.vsix pnpm ovsx publish --pre-release --packagePath ./out/*.vsix env: - VSCE_PAT: ${{ secrets.VSCE_PAT }} + VSCE_PAT: ${{ secrets.VSCODE_PAT }}