Skip to content

Commit f114e6d

Browse files
authored
Modify deploy_chainlit.yml for main branch and API key
Update deployment workflow to trigger on main branch and add OpenWeather API key.
1 parent 9cdc3b4 commit f114e6d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy_chainlit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'Build and Deploy Chainlit Agent to Cloud Run'
33
on:
44
push:
55
branches:
6-
- branche-bintou
6+
- main
77
workflow_dispatch:
88

99
env:
@@ -66,9 +66,10 @@ jobs:
6666
env_vars: |
6767
OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}
6868
TAVILY_API_KEY=${{ secrets.TAVILY_API_KEY }}
69+
OPENWEATHER_API_KEY=${{ secrets.OPENWEATHER_API_KEY }}
6970
flags: --allow-unauthenticated
7071

7172
- name: 'Show output URL'
7273
run: |
7374
echo "Déploiement réussi ! URL du service:"
74-
echo "${{ steps.deploy.outputs.url }}"
75+
echo "${{ steps.deploy.outputs.url }}"

0 commit comments

Comments
 (0)