Skip to content

Commit

Permalink
INFRA: Add FlexiTestEmail Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mabroukmahdhi committed Aug 11, 2024
1 parent 768b302 commit ee952ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
Sid: ${{ secrets.SID }}
SmtpAddress: ${{ secrets.SMTPADDRESS }}
TenantId: ${{ secrets.TENANTID }}
FlexiTestEmail: ${{ secrets.FLEXITESTEMAIL }}
3 changes: 2 additions & 1 deletion FlexiMail.Infrastructure.Build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ private static void Main(string[] args)
{ "PrincipalName", "${{ secrets.PRINCIPALNAME }}" },
{ "Sid", "${{ secrets.SID }}" },
{ "SmtpAddress", "${{ secrets.SMTPADDRESS }}" },
{ "TenantId", "${{ secrets.TENANTID }}" }
{ "TenantId", "${{ secrets.TENANTID }}" },
{ "FlexiTestEmail", "${{ secrets.FLEXITESTEMAIL }}" },
},

RunsOn = BuildMachines.WindowsLatest,
Expand Down

0 comments on commit ee952ec

Please sign in to comment.