We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ad34d commit edadebdCopy full SHA for edadebd
.github/workflows/cd-workflow.yaml
@@ -107,14 +107,7 @@ jobs:
107
service: ${{ secrets.GCP_CLOUD_RUN_SERVICE }}
108
image: ${{secrets.GCP_GAR_IMAGE}}
109
region: ${{ secrets.GCP_REGION }}
110
- flags: |
111
- --platform managed \
112
- --allow-unauthenticated \
113
- --port=7007 \
114
- secrets: |
115
- GITHUB_TOKEN=github_token:latest
116
- GITLAB_TOKEN=gitlab_token:latest
117
- GOOGLE_CLIENT_ID=google_client_id:latest
118
- GOOGLE_CLIENT_SECRET=google_client_secret:latest
119
- PROD_GITHUB_CLIENT_SECRET=github_client_secret:latest
120
- PROD_GITHUB_CLIENT_ID=github_client_id:latest
+ flags: >
+ --platform managed
+ --allow-unauthenticated
+ --port=7007
0 commit comments