mirror of
https://github.com/wassname/HumanAgent-MCP.git
synced 2026-09-09 11:14:27 +08:00
Fix workflow: Use correct secret name VCSE_PAT
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
run: npm run vscode:prepublish
|
||||
|
||||
- name: Publish to marketplace
|
||||
run: npx @vscode/vsce publish --pat ${{ secrets.VSCE_PAT }}
|
||||
run: npx @vscode/vsce publish --pat ${{ secrets.VCSE_PAT }}
|
||||
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
||||
Reference in New Issue
Block a user