Skip to content

Commit 6c3a61f

Browse files
authored
Update crowdin-auto-merge.yml
[ci skip]
1 parent 7f873cf commit 6c3a61f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/crowdin-auto-merge.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ jobs:
99
crowdin-auto-merge:
1010
if: github.event.repository.fork == false
1111
runs-on: ubuntu-latest
12-
permissions:
13-
contents: write
1412
steps:
1513
- name: Checkout code
1614
uses: actions/checkout@v4
1715
with:
18-
token: ${{ secrets.GITHUB_TOKEN }}
16+
token: ${{ secrets.POT_CI_PAT }}
1917

2018
- name: Setup Git
2119
run: |
@@ -30,4 +28,4 @@ jobs:
3028
git push origin --delete l10n/master
3129
fi
3230
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.POT_CI_PAT }}

0 commit comments

Comments
 (0)