Skip to content

update python version #22

update python version

update python version #22

Workflow file for this run

name: Deploy to Heroku
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "gainsworth-bot"
heroku_email: ${{secrets.HEROKU_EMAIL}}