Skip to content

Commit

Permalink
also updating main yml file with email settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Zandre committed Jul 28, 2023
1 parent 65ae2a4 commit 5ee9f95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main_CVZandreBotha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
files: 'OnlinePortfolioZB/OnlinePortfolioZB/appsettings.json'
env:
EmailSettings.SENDGRID_API_KEY: ${{secrets.SENDGRID_API_KEY}}
EmailSettings.SENDER_NAME: ${{secrets.FROM_EMAIL_NAME}}
EmailSettings.FROM_EMAIL: ${{secrets.FROM_EMAIL}}

- name: Build with dotnet
run: dotnet build OnlinePortfolioZB/OnlinePortfolioZB/OnlinePortfolioZB.csproj --configuration Release
Expand Down

0 comments on commit 5ee9f95

Please sign in to comment.