We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99132b7 commit 92fc543Copy full SHA for 92fc543
1 file changed
.github/workflows/deploy.yaml
@@ -47,12 +47,12 @@ jobs:
47
id: publishToOpenVSX
48
uses: HaaLeo/publish-vscode-extension@v2
49
with:
50
- pat: ${{ secrets.OPENVSX_PAT }}
+ pat: ${{ secrets.OPEN_VSX_TOKEN }}
51
52
- name: Publish to Visual Studio Marketplace
53
54
55
- pat: ${{ secrets.VSCE_PAT }}
+ pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
56
registryUrl: https://marketplace.visualstudio.com
57
extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }}
58
0 commit comments