We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9f091 commit 0f98167Copy full SHA for 0f98167
.github/workflows/dev.yml
@@ -76,7 +76,7 @@ jobs:
76
with:
77
template-repository-name: "lambda-feedback/chat-function-boilerplate"
78
# allow for developer to specify the environment variables that are used by the deployed AWS Lambda. Default to mock then admin can update.
79
- deployed-environment-variables: '["OPENAI_API_KEY","OPENAI_MODEL","GOOGLE_AI_API_KEY","GOOGLE_AI_MODEL"]'
+ deployed-environment-variables: '["OPENAI_API_KEY","OPENAI_MODEL"]'
80
permissions:
81
contents: read
82
id-token: write
0 commit comments