We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fe1c3 commit 405baefCopy full SHA for 405baef
1 file changed
.github/workflows/gcp_deploy.yml
@@ -58,5 +58,5 @@ jobs:
58
gcloud run deploy ${{inputs.function-name}} \
59
--image ${{inputs.repo}}/${{inputs.image-name}} \
60
--region ${{inputs.region}} \
61
- --platform managed
+ --platform managed \
62
--allow-unauthenticated
0 commit comments