Commit 6794ac0 1 parent 63e4dbd commit 6794ac0 Copy full SHA for 6794ac0
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const fetcher = async ({
25
25
26
26
if ( method === "POST" ) {
27
27
if ( body instanceof FormData ) {
28
- // @ts -expect-error - Supressing potentially undefined options header
28
+ // @ts -expect-error - Suppressing potentially undefined options header
29
29
delete options . headers [ "Content-Type" ] ;
30
30
options . body = body ;
31
31
} else {
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ This directory contains smoke and integration tests for Eliza project.
24
24
## Using in GitHub CI/CD
25
25
26
26
- Settings -> Secrets and variables -> Actions:
27
- - Create an enviroment
27
+ - Create an environment
28
28
- Add repository secret ` OPENAI_API_KEY `
29
29
- Refer to https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions for more information
You can’t perform that action at this time.
0 commit comments