Skip to content

Commit 01bbeb5

Browse files
Fix: use --update-env-vars with --env-vars-file
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4d3f238 commit 01bbeb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
--project $PROJECT_ID \
125125
--allow-unauthenticated \
126126
--env-vars-file=env-cloudrun.yaml \
127-
--set-env-vars="GITHUB_APP_ID=${{ secrets.GITHUB_APP_ID }},INSTALLATION_ID=${{ secrets.INSTALLATION_ID }}" \
127+
--update-env-vars="GITHUB_APP_ID=${{ secrets.GITHUB_APP_ID }},INSTALLATION_ID=${{ secrets.INSTALLATION_ID }}" \
128128
--set-build-env-vars="VERSION=${{ steps.version.outputs.tag }}" \
129129
--tag="${{ steps.version.outputs.tag }}" \
130130
--max-instances=10 \

0 commit comments

Comments
 (0)