Skip to content

Commit

Permalink
mod connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo7ammedd committed Nov 27, 2024
1 parent bab6202 commit 0843f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_manga-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
shell: bash
run: |
az webapp config appsettings set --name Manga-Store --resource-group Manga_Store --settings \
"ConnectionStrings__DefaultConnection=Server=db9020.public.databaseasp.net; Database=db9020; User Id=db9020; Password=xL#5C!9a@oK7; Encrypt=False; MultipleActiveResultSets=True; " \
"ConnectionStrings__DefaultConnection=Server=db9020.public.databaseasp.net; Database=db9020; User Id=db9020; Password=xL#5C!9a@oK7; Encrypt=False; MultipleActiveResultSets=True;" \
"Stripe__PublishableKey=${{ secrets.STRIPE_PUBLISHABLE_KEY }}" \
"Stripe__SecretKey=${{ secrets.STRIPE_SECRET_KEY }}" \
"ExternalAuthentication__Facebook__AppId=${{ secrets.FACEBOOK_APP_ID }}" \
Expand Down

0 comments on commit 0843f31

Please sign in to comment.