Skip to content

Commit

Permalink
chore: pass github token to release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNuclearNexus committed Jan 30, 2025
1 parent 2397053 commit e04d2ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
- name: Semantic Release
run: cd ./extension && npx semantic-release
env:
VSCE_PAT: ${{secrets.MARKETPLACE_TOKEN}}
VSCE_PAT: ${{secrets.MARKETPLACE_TOKEN}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit e04d2ab

Please sign in to comment.