Skip to content
play-circle

GitHub Action

Heroku Review App Action

v1 Latest version

Heroku Review App Action

play-circle

Heroku Review App Action

Use Heroku API to replicate the review app integration

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Heroku Review App Action

uses: ynab/heroku-review-app-action@v1

Learn more about this action in ynab/heroku-review-app-action

Choose a version

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