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:
parent
dcf66e7380
commit
3913701f7f
2
.github/workflows/website-deploy.yml
vendored
2
.github/workflows/website-deploy.yml
vendored
@ -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
|
||||
|
2
.github/workflows/website-test.yml
vendored
2
.github/workflows/website-test.yml
vendored
@ -25,3 +25,5 @@ jobs:
|
||||
- name: Test build website
|
||||
run: yarn build
|
||||
working-directory: ./docs
|
||||
env:
|
||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user