Skip to content

fix(AI-130): removed a double chat initialization (#20) #12

fix(AI-130): removed a double chat initialization (#20)

fix(AI-130): removed a double chat initialization (#20) #12

Workflow file for this run

name: Heroku deploy
on:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
heroku_email: ${{secrets.HEROKU_EMAIL}}