Commit 2447050 1 parent c53a9f0 commit 2447050 Copy full SHA for 2447050
File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,11 @@ steps:
107
107
--subnet $_SUBNET \
108
108
--no-address \
109
109
--boot-disk-size $_DISK_SIZE \
110
- --container-env AGENTS_BUCKET_NAME=${bucket_name},CHARACTER_FILE=${_CHARACTER_FILE} \
110
+ --container-env AGENTS_BUCKET_NAME=${bucket_name},\
111
+ CHARACTER_FILE=${_CHARACTER_FILE},\
112
+ SMALL_GOOGLE_MODEL=$(gcloud secrets versions access latest --secret="small-google-model"),\
113
+ MEDIUM_GOOGLE_MODEL=$(gcloud secrets versions access latest --secret="medium-google-model"),\
114
+ GOOGLE_GENERATIVE_AI_API_KEY=$(gcloud secrets versions access latest --secret="google-generative-ai-key")
111
115
--metadata-from-file startup-script=startup.sh || { echo "Instance creation failed"; exit 1; }
112
116
echo "Instance creation completed"
113
117
fi
You can’t perform that action at this time.
0 commit comments