Spaces:
Running
Running
Richard Fan
commited on
Commit
·
3cff6fb
1
Parent(s):
1819dc9
specify that it SendGrid must match FROM_EMAIL
Browse files
README.md
CHANGED
@@ -56,8 +56,8 @@ The recommended way to get started using this repository is to:
|
|
56 |
5. Set the following secrets [(under settings, Secrets and variables, repository secrets)](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository):
|
57 |
- `OPENAI_API_KEY`
|
58 |
- `SENDGRID_API_KEY`
|
59 |
-
- `FROM_EMAIL`
|
60 |
-
- `TO_EMAIL`
|
61 |
6. Manually trigger the action or wait until the scheduled action takes place.
|
62 |
|
63 |

|
|
|
56 |
5. Set the following secrets [(under settings, Secrets and variables, repository secrets)](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository):
|
57 |
- `OPENAI_API_KEY`
|
58 |
- `SENDGRID_API_KEY`
|
59 |
+
- `FROM_EMAIL` This value must match the email you used to create the SendGrid Api Key. This is not needed if you have it set in `config.yaml`.
|
60 |
+
- `TO_EMAIL` Only if you don't have it set in `config.yaml`
|
61 |
6. Manually trigger the action or wait until the scheduled action takes place.
|
62 |
|
63 |

|