Skip to content

Commit

Permalink
update workflow with eleven api tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
SaM-92 committed Feb 23, 2024
1 parent 20ee688 commit b35c158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:

- name: Deploy to Azure Container Apps
run: |
az containerapp update --name mybotforenergy --resource-group botsandapps --image ${{ secrets.REGISTRY_LOGIN_SERVER }}/telegram_bot_energy_image:${{ github.sha }} --set-env-vars Telegram_energy_api='${{ secrets.Telegram_energy_api }}' CHANNEL_ID_FOR_FEEDBACK='${{ secrets.CHANNEL_ID_FOR_FEEDBACK }}' OPENAI_API_KEY='${{ secrets.OPENAI_API_KEY }}'
az containerapp update --name mybotforenergy --resource-group botsandapps --image ${{ secrets.REGISTRY_LOGIN_SERVER }}/telegram_bot_energy_image:${{ github.sha }} --set-env-vars Telegram_energy_api='${{ secrets.Telegram_energy_api }}' CHANNEL_ID_FOR_FEEDBACK='${{ secrets.CHANNEL_ID_FOR_FEEDBACK }}' OPENAI_API_KEY='${{ secrets.OPENAI_API_KEY }}' ELEVEN_API_KEY='${{ secrets.ELEVEN_API_KEY }}'

0 comments on commit b35c158

Please sign in to comment.