Skip to content

Commit dd17769

Browse files
committed
Fix VSCE_PAT
1 parent 0b47348 commit dd17769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm build:nightly # Produces bin/roo-code-nightly-0.0.[count].vsix
5454
- name: Publish to VS Code Marketplace (Nightly channel)
5555
env:
56-
VSCE_PAT: ${{ secrets.VSCE_PAT_NIGHTLY }}
56+
VSCE_PAT: ${{ secrets.VSCE_PAT }}
5757
run: npx vsce publish --packagePath "bin/$(/bin/ls bin | head -n1)"
5858
- name: Publish to Open VSX
5959
env:

0 commit comments

Comments
 (0)