We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5400bea commit ac46028Copy full SHA for ac46028
.github/workflows/deploy.yml
@@ -76,4 +76,5 @@ jobs:
76
-e TODO_UI_REDIRECT_PATH="${{ vars.TODO_UI_REDIRECT_PATH }}" \
77
-e CORS_ALLOWED_ORIGINS="${{ vars.CORS_ALLOWED_ORIGINS }}" \
78
-e SWAGGER_UI_PATH="${{ vars.SWAGGER_UI_PATH }}" \
79
+ -e ADMIN_EMAILS="${{ vars.ADMIN_EMAILS }}" \
80
${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
.github/workflows/test.yml
@@ -31,6 +31,7 @@ jobs:
31
TODO_UI_REDIRECT_PATH: "dashboard"
32
TODO_BACKEND_BASE_URL: "http://localhost:8000"
33
CORS_ALLOWED_ORIGINS: "http://localhost:3000,http://localhost:8000"
34
+ ADMIN_EMAILS: "[email protected]"
35
36
steps:
37
- name: Checkout code
0 commit comments