We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option "--allow-unauthenticated" does not work anymore for cloud run deployment. IAM for unauthenicated access must be defined explicitly like this:
gcloud beta run services add-iam-policy-binding --region=europe-west1 --member=allUsers --role=roles/run.invoker turnilo-dependabot-npm-and-yarn-async-2-6-4
We also should "pin" gcloud version in the setup-gcloud action I suppose to avoid such issues in the future.
EDIT: it cloud be a change in our GCP organization policy, I'm investigating the issue.
The text was updated successfully, but these errors were encountered:
It was an issue with hosting project setup.
Sorry, something went wrong.
No branches or pull requests
Option "--allow-unauthenticated" does not work anymore for cloud run deployment. IAM for unauthenicated access must be defined explicitly like this:
We also should "pin" gcloud version in the setup-gcloud action I suppose to avoid such issues in the future.
EDIT: it cloud be a change in our GCP organization policy, I'm investigating the issue.
The text was updated successfully, but these errors were encountered: