Skip to content

Bump jquery-rails from 4.5.1 to 4.6.0 #78

Bump jquery-rails from 4.5.1 to 4.6.0

Bump jquery-rails from 4.5.1 to 4.6.0 #78

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "cfp-next-staging" #Must be unique in Heroku
heroku_email: "[email protected]"