Skip to content

Commit cd084e8

Browse files
authored
fix(actions): updated i18n gh action to use PAT instead of default token (#1377)
1 parent 5d96484 commit cd084e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/i18n.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
2323
with:
24-
token: ${{ secrets.GITHUB_TOKEN }}
24+
token: ${{ secrets.GH_PAT }}
2525
fetch-depth: 0
2626

2727
- name: Setup Bun
@@ -53,7 +53,7 @@ jobs:
5353
if: steps.changes.outputs.changes == 'true'
5454
uses: peter-evans/create-pull-request@v5
5555
with:
56-
token: ${{ secrets.GITHUB_TOKEN }}
56+
token: ${{ secrets.GH_PAT }}
5757
commit-message: "feat(i18n): update translations"
5858
title: "🌐 Auto-update translations"
5959
body: |

0 commit comments

Comments
 (0)