Skip to content

Commit abda602

Browse files
authored
Added vscode marketplace secret
1 parent 1330ba0 commit abda602

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
uses: HaaLeo/publish-vscode-extension@v1
2424
id: publish-extention
2525
with:
26-
dryRun: true # remove when marketplace token is in place
27-
pat: 'remove_me' #${{ secrets.VS_MARKETPLACE_TOKEN }}
26+
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
2827
registryUrl: https://marketplace.visualstudio.com
2928

3029
- name: get-npm-version

0 commit comments

Comments
 (0)