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 19a3846 commit 5e88a6cCopy full SHA for 5e88a6c
.github/workflows/publish.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: Publish Release to Marketplace
25
uses: CalvinAllen/action-vs-marketplace-publish@v1
26
with:
27
- marketplace-pat: ${{ secrets.VS_PAT }}
+ marketplace-pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
28
publish-manifest-path: ./src/extension.manifest.json
29
vsix-path: ./artifact/CodingWithCalvin.BreakpointNotifier.Vsix.vsix
0 commit comments