Skip to content

Commit fad6e12

Browse files
Synchronize changes from 1.6 master branch [ci skip]
3b03c26 New Crowdin updates (PR #4113) 6c3a61f Update crowdin-auto-merge.yml
2 parents c0788f5 + 3b03c26 commit fad6e12

File tree

43 files changed

+11146
-10263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+11146
-10263
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)