Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 584 Bytes

Heroku Review App GitHub Action

GitHub Action that creates a Heroku review app and deploys to it

This repository was forked from https://github.com/pmbanugo/heroku-review-app-actions and full documentation for its use can be found there. Please consider sponsoring the original author.

Example usage

- uses: ynab/heroku-review-app-action@v1
  id: deploy
  with:
   api-key: ${{ secrets.HEROKU_API_KEY }}
   pipeline-id: ${{ secrets.PIPELINE_ID }}
   app-name-prefix: my-app-name-prefix
   region: us
   team: my-team-name