Skip to content

Commit

Permalink
build: release workflow uses PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
mbehr1 committed Mar 4, 2023
1 parent 5aee963 commit b42fadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: test release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
run: npx semantic-release --debug --dry-run
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
run: npx semantic-release

0 comments on commit b42fadb

Please sign in to comment.