Skip to content

Commit 5e88a6c

Browse files
committed
Fix token name
1 parent 19a3846 commit 5e88a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Publish Release to Marketplace
2525
uses: CalvinAllen/action-vs-marketplace-publish@v1
2626
with:
27-
marketplace-pat: ${{ secrets.VS_PAT }}
27+
marketplace-pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
2828
publish-manifest-path: ./src/extension.manifest.json
2929
vsix-path: ./artifact/CodingWithCalvin.BreakpointNotifier.Vsix.vsix

0 commit comments

Comments
 (0)