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

Option for allowing unauthenticated requests

Open aflmp opened this issue 1 year ago • 0 comments

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 that i'm using

- id: deploy
      uses: google-github-actions/deploy-cloud-functions@v1
      with:
        name: some-function
        runtime: go121

aflmp avatar Dec 09 '23 23:12 aflmp