Skip to content

Commit

Permalink
Update variable-substitution.yml - new email secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Zandre authored Jul 28, 2023
1 parent 2c64a02 commit 2389240
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/variable-substitution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ 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}}

0 comments on commit 2389240

Please sign in to comment.