Skip to content

mailerlite/gcloud-functions-destroy-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

gcloud-functions-destroy-action

A GitHub action to delete Google Cloud Functions

Required Inputs: *

service_account_key - A Google service account key that has at least roles/cloudfunctions.admin and roles/iam.serviceAccountUser.

project - The Google account project

name - The Cloud Function's name

region - The GCP region where Cloud function exists

Example usage

HTTP-triggered GCF with VPC connector

- uses: mailergroup/gcloud-functions-destroy-action@main
  with:
    service_account_key: ${{ secrets.GOOGLE_SERVICE_KEY }}
    project: "PROJECT_NAME"
    name: "my-cloud-function"
    region: "REGION"

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •