Skip to content

Commit

Permalink
Improve i18n CI - 8 (#10330)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMalfait authored Feb 19, 2025
1 parent 77caf36 commit 3b8647e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/i18n-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ jobs:
CROWDIN_PROJECT_ID: '1'
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

# As the files are extracted from a Docker container, they belong to root:root
# We need to fix this before the next steps
- name: Fix file permissions
run: sudo chown -R runner:docker .

- name: Commit Translations
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit 3b8647e

Please sign in to comment.