Skip to content

Commit 53b1d7e

Browse files
committed
Fix the Localazy download workflow
1 parent 27d44c6 commit 53b1d7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/translations-download.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
uses: peter-evans/[email protected]
2727
with:
2828
sign-commits: true
29-
branch-token: ${{ secrets.BOT_GITHUB_TOKEN }}
29+
token: ${{ secrets.BOT_GITHUB_TOKEN }}
30+
branch-token: ${{ secrets.GITHUB_TOKEN }}
3031
branch: actions/localazy-download
3132
delete-branch: true
3233
title: Translations updates

0 commit comments

Comments
 (0)