Skip to content

Commit 49e9bb0

Browse files
Fix API CORS config key and add ANGULAR_APP_URL secret to workflow
1 parent 7533f39 commit 49e9bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
"JWTSettings__Audience=CoreIdentityUser" \
7676
"JWTSettings__DurationInMinutes=60" \
7777
"FeatureManagement__AuthEnabled=true" \
78+
"Cors__AllowedOrigins__0=${{ secrets.ANGULAR_APP_URL }}" \
7879
"ASPNETCORE_ENVIRONMENT=Production"
7980
8081
- name: Deploy to Azure App Service

0 commit comments

Comments
 (0)