Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Created April 27, 2022 00:40
Show Gist options
  • Save remarkablemark/00872625e5197aa7252d8511020260db to your computer and use it in GitHub Desktop.
Save remarkablemark/00872625e5197aa7252d8511020260db to your computer and use it in GitHub Desktop.
- name: Login to Heroku
uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_email: user@example.com
heroku_app_name: ${{ env.HEROKU_APP_NAME }}
justlogin: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment