actions-marketplace-validations/SHFT Heroku Deploy

Deploy to Heroku

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 16, 2023
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/shftco_action-heroku-deploy@6e718c7ece6932196ae7c840d5a56eabc2fd8466 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_repoGitHub repo name with owner (eg. shftco/shftco)yes
github_tokenGITHUB_TOKENyes
heroku_api_keyAPI Key for the Heroku account that will perform the deployyes
heroku_app_nameName of the Heroku app to be deployedyes
heroku_app_versionThe new version of the app to be deployed. Will fall back to `inputs.ref` if not provided.no
refGit ref to deploy to Herokuyes""
only_promotionOnly allow promoting from a pipeline (rather than a direct build)yesfalse
namedescription
source_tarballThe URL of the source tarball used to create the build
buildThe JSON blob of the build created by Heroku
build_idThe id of the build created by Heroku
build_logThe logs for the build created by Heroku
releaseThe JSON blob of the release created by Heroku
release_idThe id of the release created by Heroku