Skip to content

Commit

Permalink
Fix the Localazy download workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Dec 13, 2024
1 parent 27d44c6 commit 53b1d7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/translations-download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
uses: peter-evans/create-pull-request@v7.0.5
with:
sign-commits: true
branch-token: ${{ secrets.BOT_GITHUB_TOKEN }}
token: ${{ secrets.BOT_GITHUB_TOKEN }}
branch-token: ${{ secrets.GITHUB_TOKEN }}
branch: actions/localazy-download
delete-branch: true
title: Translations updates
Expand Down

0 comments on commit 53b1d7e

Please sign in to comment.