Skip to content

Fix: Some TS errors that originate from migrating to a newer version … #2

Fix: Some TS errors that originate from migrating to a newer version …

Fix: Some TS errors that originate from migrating to a newer version … #2

Workflow file for this run

name: Bot Deployment
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy to Production
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
heroku_email: ${{secrets.HEROKU_EMAIL}}