Skip to content

change OS for action #2

change OS for action

change OS for action #2

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-22.04 # required for heroku deploy action
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: "twilio-mixologist"
heroku_email: ${{ secrets.EMAIL }}