heroku-reference-apps/Heroku Flow Action
Use Heroku to upload source code, build and either deploy apps or create review apps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 10, 2025
- License
- Apache 2.0
Pinned Snippet
uses: heroku-reference-apps/github-heroku-flow-action@a240d4d11c02df3e517e35a560fe5038ac961768 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| heroku-api-key | Your Heroku API key | yes | — |
| remove-git-folder | When true the .git/ folder is removed before creating the tar | no | true |
| heroku-app-name | Your Heroku App name when code is pushed | yes | — |
| heroku-pipeline-id | The Heroku pipeline ID to create Review Apps | yes | — |
| review-app-creation-check-timeout | Review App creation check timeout. Polling for the Review App creation up to timeout (in seconds) | no | 3600 |
| review-app-creation-check-sleep-time | While polling for the Review App creation it sleeps for this amount of time (in seconds), min 5 seconds to avoid tight loop and API calls consumption | no | 10 |
Outputs
no outputs