We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e24a4 commit ade7a9bCopy full SHA for ade7a9b
.github/workflows/deploy_function.yml
@@ -48,7 +48,7 @@ on:
48
push:
49
branches:
50
- "main"
51
- - feature/pdf-cloud-function
+ - report-python-cloud-run
52
53
env:
54
PROJECT_ID: dgds-i1000482-002
@@ -104,6 +104,10 @@ jobs:
104
region: ${{ env.REGION }}
105
# NOTE: If using a pre-built image, update the image name here
106
image: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/${{ env.SERVICE }}:${{ github.sha }}
107
+ env_vars: |-
108
+ OPENAI_API_BASE=${{ secrets.OPENAI_API_BASE }}
109
+ AZURE_OPENAI_API_KEY=${{ secrets.AZURE_OPENAI_API_KEY }}
110
+ AZURE_OPENAI_DEPLOYMENT_NAME=${{ secrets.AZURE_OPENAI_DEPLOYMENT_NAME }}
111
112
# If required, use the Cloud Run url output in later steps
113
- name: Show Output
0 commit comments