Skip to content

Commit

Permalink
Merge pull request #214 from inbo/fix-language-update-git-action
Browse files Browse the repository at this point in the history
Fix github action
  • Loading branch information
StefanVanDyck authored Dec 13, 2024
2 parents 39d8e05 + 0727ac2 commit cc75d9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Create Pull Request
uses: actions/github-script@v7
if: steps.create-commit.outputs.changes == 'true'
env:
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
with:
github-token: ${{ secrets.GIT_PAT_TOKEN }}
script: |
Expand Down

0 comments on commit cc75d9a

Please sign in to comment.