From a3bd6662e4cba310bbf2077fbb9d88825f6cb742 Mon Sep 17 00:00:00 2001 From: B Harper Date: Sun, 26 Oct 2025 18:29:34 +1100 Subject: [PATCH] Fix workflow: Use correct secret name VCSE_PAT --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eeb4933..13afb37 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: run: npm run vscode:prepublish - name: Publish to marketplace - run: npx @vscode/vsce publish --pat ${{ secrets.VSCE_PAT }} + run: npx @vscode/vsce publish --pat ${{ secrets.VCSE_PAT }} - name: Create GitHub Release uses: softprops/action-gh-release@v1