Skip to content

Commit

Permalink
Added cors whitelist env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy committed Oct 2, 2023
1 parent f790b56 commit 4acad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django_cd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
EMAIL_USE_TLS: ""
EMAIL_HOST_USER: ""
EMAIL_HOST_PASSWORD: ""
CORS_ORIGIN_WHITELIST: ""
CORS_ORIGIN_WHITELIST: ${{ vars.CORS_ORIGIN_WHITELIST }}

jobs:
deploy:
Expand Down

0 comments on commit 4acad49

Please sign in to comment.