File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1515 sync :
1616 name : Sync
1717 runs-on : ubuntu-latest
18+ permissions :
19+ contents : write
20+ pull-requests : write
1821 steps :
1922 - name : Checkout
2023 uses : actions/checkout@v4
3942 pull_request_body : " Sync translations from [crowdin.com/project/revanced](https://crowdin.com/project/revanced)"
4043 pull_request_base_branch_name : " dev"
4144 commit_message : " chore: Sync translations"
42- github_user_name : revanced-bot
43- github_user_email :
[email protected] 4445 env :
45- GITHUB_TOKEN : ${{ secrets.REPOSITORY_PUSH_ACCESS }}
46+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4647 CROWDIN_PROJECT_ID : ${{ secrets.CROWDIN_PROJECT_ID }}
4748 CROWDIN_PERSONAL_TOKEN : ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
4849
6970
7071 - name : Commit translations
7172 run : |
72- git config user.name revanced-bot
73- git config user.email [email protected] 7473 sudo chown -R $USER:$USER .git
7574 git commit -m "chore: Remove empty values from JSON" assets/i18n/*.i18n.json
7675 git push origin HEAD:feat/translations
You can’t perform that action at this time.
0 commit comments