Skip to content

GitHub action to automate managing review apps on your Heroku account

License

Notifications You must be signed in to change notification settings

ynab/heroku-review-app-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub action to automate managing review apps on your Heroku account

Resources

License

Stars

Watchers

Forks

Packages

No packages published