Skip to content

Commit ce60aec

Browse files
authored
fix: typo in data pipeline and extract .yml file
1 parent 6f4cf58 commit ce60aec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-extract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
gcloud run jobs deploy ${{ env.JOB_NAME }} \
6565
--image $IMAGE_PATH \
6666
--region ${{ env.REGION }} \
67-
--service-account ${{ secrets.EXTRACTOR_SA_EMAIL }}
67+
--service-account ${{ secrets.EXTRACTOR_SA_EMAIL }} \
6868
--memory 1Gi \
6969
--cpu 1 \
7070
--task-timeout 15m \

.github/workflows/cd-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
gcloud run jobs deploy ${{ env.JOB_NAME }} \
6666
--image $IMAGE_PATH \
6767
--region ${{ env.REGION }} \
68-
--service-account ${{ secrets.PIPELINE_SA_EMAIL }}
68+
--service-account ${{ secrets.PIPELINE_SA_EMAIL }} \
6969
--memory 4Gi \
7070
--cpu 2 \
7171
--task-timeout 30m \

0 commit comments

Comments
 (0)