deploy-cloud-functions icon indicating copy to clipboard operation
deploy-cloud-functions copied to clipboard

A GitHub Action that deploys source code to Google Cloud Functions.

Results 15 deploy-cloud-functions issues
Sort by recently updated
recently updated
newest added

Hi there, Is there an option for allowing unauthenticated requests to the cloud-function just like https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--[no-]allow-unauthenticated ? I'm only seeing authenticated requests being allowed right now, below is the config...

### TL;DR cloud functions v1 uses container registry by default. container registry is being deprecated in favor of artifact registry. the gcloud functions deploy command has an option [--docker-registry](https://cloud.google.com/sdk/gcloud/reference/beta/functions/deploy#--docker-registry) to...

enhancement

### TL;DR If you have an existing/deployed function , and you change the `service_account_email:` setting in your GH Actions, the function will deploy as usual, but it will maintain whichever...

bug

### TL;DR The `v2` README has a block of text near the top that states > This GitHub Action is declarative, meaning it will overwrite any values on an existing...

enhancement