Skip to content

Commit 8ca346c

Browse files
committed
Provide the github-token for create-pull-request action to resolve permission issues
1 parent 3d63f54 commit 8ca346c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
- name: Create Pull Request
4646
uses: peter-evans/create-pull-request@v5
4747
with:
48-
commit-message: "Update fa translations from Transifex"
48+
github-token: ${{ secrets.GITHUB_TOKEN }}
49+
commit-message: "Update Farsi translations from Transifex"
4950
title: "Sync translations from Transifex"
5051
body: |
5152
This PR updates Persian (fa) translations from Transifex.

0 commit comments

Comments
 (0)