Skip to content

Commit 92fc543

Browse files
Restore publish tokens
1 parent 99132b7 commit 92fc543

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
id: publishToOpenVSX
4848
uses: HaaLeo/publish-vscode-extension@v2
4949
with:
50-
pat: ${{ secrets.OPENVSX_PAT }}
50+
pat: ${{ secrets.OPEN_VSX_TOKEN }}
5151

5252
- name: Publish to Visual Studio Marketplace
5353
uses: HaaLeo/publish-vscode-extension@v2
5454
with:
55-
pat: ${{ secrets.VSCE_PAT }}
55+
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
5656
registryUrl: https://marketplace.visualstudio.com
5757
extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }}
5858

0 commit comments

Comments
 (0)