Skip to content

Commit ee31ee2

Browse files
author
Théo LAGACHE
committed
fix
1 parent e219561 commit ee31ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20-
token: ${{ secrets.GITHUB_TOKEN }}
20+
token: ${{ secrets.GH_PAT }}
2121

2222
- uses: pnpm/action-setup@v4
2323

@@ -33,6 +33,6 @@ jobs:
3333

3434
- name: Run release-it
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
3737

3838
run: pnpm exec release-it --ci

0 commit comments

Comments
 (0)