Skip to content

Commit 4c41f77

Browse files
committed
Add token to workflow
1 parent 130cba6 commit 4c41f77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
python-version: '3.8'
4343

4444
- name: Build with Hugo
45+
env:
46+
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
4547
run: |
4648
git submodule update --init --recursive # fetch theme
4749
make html

0 commit comments

Comments
 (0)