We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f2188 commit 33fcfd7Copy full SHA for 33fcfd7
.github/workflows/main.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","GOOGLE_AI_API_KEY","GOOGLE_AI_MODEL", "test"]'
80
permissions:
81
contents: read
82
id-token: write
0 commit comments