Skip to content

Commit

Permalink
ci: run i18n scripts with CI set in env
Browse files Browse the repository at this point in the history
  • Loading branch information
zyf722 committed Oct 28, 2024
1 parent bb7f971 commit 7e9ec92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/i18n-update-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
LOKALISE_PROJECT_ID: ${{ vars.LOKALISE_PROJECT_ID }}
LOKALISE_API_TOKEN: ${{ secrets.LOKALISE_API_TOKEN }}
NODE_VERSION: 18.x
CI: true

jobs:
precheck:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/i18n-update-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
LOKALISE_PROJECT_ID: ${{ vars.LOKALISE_PROJECT_ID }}
LOKALISE_API_TOKEN: ${{ secrets.LOKALISE_API_TOKEN }}
NODE_VERSION: 18.x
CI: true

jobs:
precheck:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/i18n-update-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
BRANCH: i18n/develop
LOKALISE_BRANCH: master
NODE_VERSION: 18.x
CI: true

jobs:
update:
Expand Down

0 comments on commit 7e9ec92

Please sign in to comment.