Gregor
Gregor
Google are you kidding? Why is this do badly documented?
To help anyone also getting stuck - ``` - id: "deploy" uses: "google-github-actions/deploy-cloud-functions@v0" with: # Name of the Cloud Function, same as the entry point name name: "${FUNCTION_NAME}" # Runtime...
@erzz What did you figure out for multiple env vars? Having tried: ``` - id: "deploy" ... secret_environment_variables: [FOO=BAR,APPLE=ORANGE] secret_environment_variables: FOO=BAR,APPLE=ORANGE secret_environment_variables: FOO=BAR, APPLE=ORANGE etc ``` and either it fails...
Thanks @sethvargo for confirming. After moving on with ``` secret_environment_variables: |- FOO=BAR APPLE=ORANGE ``` the problem was not with the action script (as you noted) but on the GC end...
+1 since BitWarden jumps in ahead of native browser (why?) it stops all localhost development using WebAuthn being workable, unless in a browser where the BitWarden chrome extension has been...
still happens