https://github.com/miguelsavignano/gcloud-run-base
gcloud-run-base
https://github.com/miguelsavignano/gcloud-run-base
example gcloud
Last synced: 3 months ago
JSON representation
gcloud-run-base
- Host: GitHub
- URL: https://github.com/miguelsavignano/gcloud-run-base
- Owner: MiguelSavignano
- Created: 2019-12-06T20:38:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:16:12.000Z (about 3 years ago)
- Last Synced: 2025-05-31T04:07:18.921Z (8 months ago)
- Topics: example, gcloud
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Configure gcloud service account
Be sure your service account have this roles
- Cloud function service agent
- project editor
See more: https://cloud.google.com/functions/docs/concepts/iam
## Workflow config
- GCP_SA_KEY
This key should be created, encoded as a Base64 string (eg. cat my-key.json | base64 on macOS), and stored as a secret.
- GCP_PROJECT_ID
Your Google cloud project id
- GCP_FUNCTION_NAME
Your function name