Skip to content

Commit

Permalink
add token to publish flow (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan authored Jun 12, 2023
1 parent cedebd6 commit c6c3b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
env:
MARKETPLACE_TOKEN: ${{ secrets.MARKETPLACE_TOKEN }}
VERSION: ${{ steps.get_version.outputs.VERSION }}
run: npx vsce publish --packagePath kani-vscode-extension-${VERSION}.vsix
run: npx vsce publish -p "${MARKETPLACE_TOKEN}" --packagePath kani-vscode-extension-${VERSION}.vsix

0 comments on commit c6c3b11

Please sign in to comment.