Skip to content

Commit

Permalink
feat: refactor .yml secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
WyzaXX committed Jan 21, 2025
1 parent d077156 commit 2a2a1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: HaaLeo/publish-vscode-extension@v1
id: publishToOpenVSX
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
pat: ${{ secrets.OPEN_VSX_TOKEN }}
- name: Publish Extension in VS Code marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}

0 comments on commit 2a2a1f2

Please sign in to comment.