Spaces:
Running
Running
Commit
·
8607eb3
1
Parent(s):
5afe9b6
fix: add custom service account to deployment
Browse files
.github/workflows/ci-production.yml
CHANGED
@@ -65,4 +65,4 @@ jobs:
|
|
65 |
--display-name=interview-ai-detector-deployment \
|
66 |
--machine-type="n1-standard-4" \
|
67 |
--accelerator=count=1,type=nvidia-tesla-t4 \
|
68 |
-
--
|
|
|
65 |
--display-name=interview-ai-detector-deployment \
|
66 |
--machine-type="n1-standard-4" \
|
67 |
--accelerator=count=1,type=nvidia-tesla-t4 \
|
68 |
+
--service-account=${{ secrets.GCP_VERTEX_AI_SA_EMAIL }}
|