We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3f238 commit 01bbeb5Copy full SHA for 01bbeb5
1 file changed
.github/workflows/ci.yml
@@ -124,7 +124,7 @@ jobs:
124
--project $PROJECT_ID \
125
--allow-unauthenticated \
126
--env-vars-file=env-cloudrun.yaml \
127
- --set-env-vars="GITHUB_APP_ID=${{ secrets.GITHUB_APP_ID }},INSTALLATION_ID=${{ secrets.INSTALLATION_ID }}" \
+ --update-env-vars="GITHUB_APP_ID=${{ secrets.GITHUB_APP_ID }},INSTALLATION_ID=${{ secrets.INSTALLATION_ID }}" \
128
--set-build-env-vars="VERSION=${{ steps.version.outputs.tag }}" \
129
--tag="${{ steps.version.outputs.tag }}" \
130
--max-instances=10 \
0 commit comments