Skip to content

🚑 Hotfix to data flepath #35

🚑 Hotfix to data flepath

🚑 Hotfix to data flepath #35

name: Cloud Run Deploy
on:
push:
branches:
- master
- main
workflow_dispatch:
jobs:
deploy:
uses: ./deployment.yml

Check failure on line 12 in .github/workflows/build-push-gcr.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-push-gcr.yaml

Invalid workflow file

invalid value workflow reference: no version specified
with:
# Replace the name: parameter below to have your application deployed at
# https://iris-medicopilot.demo.community.intersystems.com/
name: iris-medicopilot
secrets:
# Do not forget to add Secret in GitHub Repoository Settings with name SERVICE_ACCOUNT_KEY
SERVICE_ACCOUNT_KEY: ${{ secrets.SERVICE_ACCOUNT_KEY }}
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}