Skip to content

Commit defcee6

Browse files
Copilotsalmanmkc
andauthored
Fix publish workflow marketplace token fallback
Agent-Logs-Url: https://github.com/github/vscode-github-actions/sessions/cfed307c-3898-4e0f-b14c-c2a97c4ac4cd Co-authored-by: salmanmkc <32169182+salmanmkc@users.noreply.github.com>
1 parent c5ad204 commit defcee6

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
@@ -146,6 +146,6 @@ jobs:
146146
# https://github.com/HaaLeo/publish-vscode-extension/releases/tag/v1.2.0
147147
uses: HaaLeo/publish-vscode-extension@c1a0486c5a3eed24e8c21d4e37889a7c4c60c443
148148
with:
149-
pat: ${{ secrets.PUBLISHER_KEY }}
149+
pat: ${{ secrets.VSCE_PAT || secrets.PUBLISHER_KEY }}
150150
registryUrl: https://marketplace.visualstudio.com
151151
extensionFile: ./vscode-github-actions-${{ needs.release.outputs.version }}.vsix

0 commit comments

Comments
 (0)