Skip to content

Commit edadebd

Browse files
authored
UPD: Update cd-workflow.yaml (#76)
remove secrets flags for testing
1 parent 56ad34d commit edadebd

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/cd-workflow.yaml

+4-11
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,7 @@ jobs:
107107
service: ${{ secrets.GCP_CLOUD_RUN_SERVICE }}
108108
image: ${{secrets.GCP_GAR_IMAGE}}
109109
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
110+
flags: >
111+
--platform managed
112+
--allow-unauthenticated
113+
--port=7007

0 commit comments

Comments
 (0)