Skip to content

Commit

Permalink
use the correct secret
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 6, 2024
1 parent 44eb7cc commit 3ce12cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 3ce12cf

Please sign in to comment.