Spaces:
Running
Running
Richard Fan
commited on
Commit
·
621103a
1
Parent(s):
f6ab1ec
update readme
Browse files- advanced_usage.md +2 -1
advanced_usage.md
CHANGED
@@ -22,9 +22,10 @@ Modify `config.yaml` by cloning the respository and merging your changes
|
|
22 |
### Set the secrets for the github action
|
23 |
|
24 |
Go to the Settings tab on the top of this page, and then the "Actions" menu under "Secrets and variables":
|
|
|
25 |

|
26 |
|
27 |
-
Create a new repository secret for each of the following
|
28 |
- `OPENAI_API_KEY`
|
29 |
- `SENDGRID_API_KEY`
|
30 |
- `FROM_EMAIL`
|
|
|
22 |
### Set the secrets for the github action
|
23 |
|
24 |
Go to the Settings tab on the top of this page, and then the "Actions" menu under "Secrets and variables":
|
25 |
+
|
26 |

|
27 |
|
28 |
+
Create a new repository secret for each of the following using the button in the below image:
|
29 |
- `OPENAI_API_KEY`
|
30 |
- `SENDGRID_API_KEY`
|
31 |
- `FROM_EMAIL`
|