Skip to content

Commit 0e2e892

Browse files
authored
fix(ci): replace GITHUB_TOKEN with GH_PAT for PR creation (#206)
1 parent 3906eb8 commit 0e2e892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-i18n-translation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121
with:
22-
token: ${{ secrets.GITHUB_TOKEN }}
22+
token: ${{ secrets.GH_PAT }}
2323

2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v4
@@ -54,7 +54,7 @@ jobs:
5454
- name: Create Pull Request
5555
uses: peter-evans/create-pull-request@v6
5656
with:
57-
token: ${{ secrets.GITHUB_TOKEN }}
57+
token: ${{ secrets.GH_PAT }}
5858
branch: auto-i18n-updates
5959
delete-branch: true
6060
title: "chore(i18n): auto-update translations"

0 commit comments

Comments
 (0)