You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have set secrets successfully in firebase using
firebase functions.secrets.set SECRET
command. I access the secrets successfully using runWith when instantiating the function. The deployment of functions work locally but in the workflows it complains accessing to
Check on Google Cloud Secret Manager if the secret is there.
Make sure you use the same project id where the secret is.
Don't forget runWith and the secret name must match.
Hi, I have set secrets successfully in firebase using
command. I access the secrets successfully using
runWith
when instantiating the function. The deployment of functions work locally but in the workflows it complains accessing tois undefined. I suspect I might not be using this action correctly, and I haven't found issues in this repo specific to secrets.
Link to the failing action
https://github.com/jkklapp/wsne/runs/6608094126?check_suite_focus=true
The text was updated successfully, but these errors were encountered: