Skip to content

Commit 7f873cf

Browse files
authored
Update crowdin-auto-merge.yml
1 parent def635a commit 7f873cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ jobs:
99
crowdin-auto-merge:
1010
if: github.event.repository.fork == false
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214
steps:
1315
- name: Checkout code
1416
uses: actions/checkout@v4
1517
with:
16-
token: ${{ secrets.POT_CI_PAT }}
18+
token: ${{ secrets.GITHUB_TOKEN }}
1719

1820
- name: Setup Git
1921
run: |

0 commit comments

Comments
 (0)