Commit 78434b7
committed
minor #985 [Run examples] Pass OPENAI_API_KEY secret to examples runner (OskarStark)
This PR was merged into the main branch.
Discussion
----------
[Run examples] Pass OPENAI_API_KEY secret to examples runner
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | no
| Issues | --
| License | MIT
GitHub Actions secrets are not automatically exposed as environment variables. They need to be explicitly passed using the env key.
Commits
-------
d72a20f Pass OPENAI_API_KEY secret to examples runner1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
0 commit comments