Skip to content

Commit 2e30e5c

Browse files
committed
fix: reference correct token
1 parent a5c2806 commit 2e30e5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929

3030
- name: Run semantic-release
3131
env:
32-
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}
32+
GITHUB_TOKEN: ${{ secrets.PAT_CI }}
3333
run: npx semantic-release

0 commit comments

Comments
 (0)