Add VSCE_TOKEN Secret

This commit is contained in:
Josh Johnson 2020-07-06 20:38:16 -04:00 committed by GitHub
parent f128cef6ad
commit b94ddcb3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ jobs:
- name: "Publish to Marketplace" - name: "Publish to Marketplace"
uses: "sigma/vsce-publish-action@v0.0.2" uses: "sigma/vsce-publish-action@v0.0.2"
with: with:
vsce_token: "" vsce_token: ${{ secrets.VSCE_TOKEN }}