Skip to content

Commit

Permalink
Fix Crowdin Action failing on push/PR (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 authored Sep 27, 2024
1 parent 9e5fa0f commit 17d0e9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
pull_request_base_branch_name: "main"
github_user_name: Crowdin Bot (Actions)
github_user_email: [email protected]
skip_ref_checkout: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
INPUT_CROWDIN_BRANCH_NAME: "i18n-crowdin-translations"

0 comments on commit 17d0e9c

Please sign in to comment.