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 28fe4d1 commit 29d1604Copy full SHA for 29d1604
.github/workflows/file-upload-service-deploy.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Enable Cloud Resource Manager API
28
run: |
29
gcloud services enable cloudresourcemanager.googleapis.com
30
+ - name: Enable Cloud Run API
31
+ run: |
32
+ gcloud services enable run.googleapis.com
33
34
- name: Deploy to Google Cloud Functions
35
working-directory: file-upload
0 commit comments