From 3ce12cf1b062ac3b4bafeb160341d2dc8c8a36b5 Mon Sep 17 00:00:00 2001 From: Sam Lijin Date: Thu, 5 Dec 2024 16:35:29 -0800 Subject: [PATCH] use the correct secret --- .github/workflows/build-vscode-release.reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}