Skip to content

Commit 9ecca6e

Browse files
authored
Use correct secret when deploying (#60)
Fixes #53
1 parent ab0032e commit 9ecca6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ jobs:
134134
with:
135135
command: |
136136
vsce publish \
137-
--pat "${{ secrets.MANAGED_VSCODE_MARKETPLACE_TOKEN }}" \
137+
--pat "${{ secrets.MANAGED_FLOX_VSCODE_AZURE_DEVOPS_TOKEN_MANAGE_MARKETPLACE }}" \
138138
--allow-star-activation \
139139
--pre-release

0 commit comments

Comments
 (0)