Skip to content

Commit 33fcfd7

Browse files
committed
test var
1 parent a6f2188 commit 33fcfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
template-repository-name: "lambda-feedback/chat-function-boilerplate"
7878
# 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"]'
79+
deployed-environment-variables: '["OPENAI_API_KEY","OPENAI_MODEL","GOOGLE_AI_API_KEY","GOOGLE_AI_MODEL", "test"]'
8080
permissions:
8181
contents: read
8282
id-token: write

0 commit comments

Comments
 (0)