Skip to content

Commit

Permalink
Fix missing mail template
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinMirMohammadi committed Jun 18, 2024
1 parent d3e70c6 commit 8f88f62
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
</None>
<None Update="mail_template.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Hello,

thank you for doing carbon aware computing. To access the exceution forecast api you need the following

API-Key: {{APIKEY}}

Please use the Header 'x-api-key' to send the API-Key.

Best regards

Aydin

0 comments on commit 8f88f62

Please sign in to comment.