Skip to content

Commit d914987

Browse files
committed
(build) Setup Transifex environment variable
1 parent e228947 commit d914987

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636

3737
- name: Build project
3838
shell: powershell
39+
env:
40+
TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
3941
run: |
4042
./build.ps1 --target=CI
4143

0 commit comments

Comments
 (0)