Skip to content

Github Action for making authenticated requests to a Google Cloud Function

Notifications You must be signed in to change notification settings

stikkyapp/google-cloud-function-access

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Google Cloud Function Access

This action is able to access a protected Google Cloud Function by using a provided service account.

Inputs

service-json-path

Required The path to the service account json. Default "gcloud.json".

url

Required The url of the cloud function.

method

The method to use for the request. Default "GET".

body

The body of the request. Default "".

Example usage

uses: stikkyapp/google-cloud-function-access@v2
with:
  service-json-path: 'gcloud.json'
  url: 'https://test.example.org/get'
  method: 'POST'
  body: '{"foo":"bar"}'

About

Github Action for making authenticated requests to a Google Cloud Function

Resources

Stars

Watchers

Forks

Packages

No packages published