Skip to content

change default from 1 to 7 (#44) #21

change default from 1 to 7 (#44)

change default from 1 to 7 (#44) #21

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}}