1
0
mirror of https://github.com/go-task/task.git synced 2025-02-03 13:22:11 +02:00

chore: add environment variables to the deployment environment (#1181)

This commit is contained in:
Misite Bao 2023-05-24 07:48:53 +08:00 committed by GitHub
parent dcf66e7380
commit 3913701f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,8 @@ jobs:
- name: Build website
run: yarn build
working-directory: ./docs
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
- name: Website Deploy
uses: peaceiris/actions-gh-pages@v3

View File

@ -25,3 +25,5 @@ jobs:
- name: Test build website
run: yarn build
working-directory: ./docs
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}