Add VSCE_TOKEN Secret
This commit is contained in:
parent
f128cef6ad
commit
b94ddcb3ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue