Skip to content

Commit

Permalink
ci: fix secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Oct 25, 2023
1 parent 5d465ff commit 60950f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_PAT || secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 60950f3

Please sign in to comment.