Skip to content

Commit 60950f3

Browse files
committed
ci: fix secret name
1 parent 5d465ff commit 60950f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
- name: Release
3636
run: npx semantic-release
3737
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_PAT || secrets.GITHUB_TOKEN }}
38+
GITHUB_TOKEN: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
3939
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)