Skip to content

Commit f8eca33

Browse files
committed
Fix github action
1 parent cc75d9a commit f8eca33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
- name: Create commit
1919
id: update-translations
20+
env:
21+
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
2022
run: |
2123
set -e -o pipefail
2224
@@ -40,8 +42,6 @@ jobs:
4042
- name: Create Pull Request
4143
uses: actions/github-script@v7
4244
if: steps.create-commit.outputs.changes == 'true'
43-
env:
44-
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
4545
with:
4646
github-token: ${{ secrets.GIT_PAT_TOKEN }}
4747
script: |

0 commit comments

Comments
 (0)