Skip to content

Commit

Permalink
allow unauth access
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioPearce authored Mar 30, 2024
1 parent a89b3fe commit 1a4fb9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildTrigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
--min-instances 0 \
--max-instances 10 \
--memory 16GiB \
--entry-point=function_handler \
--entry-point=generate-minfile-cf \
--allow-unauthenticated
--timeout=540 \
--update-env-vars GCP_PROJECT=${{ env.PROJECT_ID }}
- name: Set Cloud Run CPU limits
Expand Down

0 comments on commit 1a4fb9a

Please sign in to comment.