{"id":13807345,"url":"https://github.com/actions/heroku","last_synced_at":"2025-10-08T05:30:34.784Z","repository":{"id":65155310,"uuid":"152780559","full_name":"actions/heroku","owner":"actions","description":"GitHub Action for interacting with Heroku","archived":true,"fork":false,"pushed_at":"2020-10-14T20:48:07.000Z","size":30,"stargazers_count":177,"open_issues_count":6,"forks_count":62,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-01-26T08:31:58.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/actions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2018-10-12T16:42:16.000Z","updated_at":"2024-10-23T05:57:49.000Z","dependencies_parsed_at":"2023-01-05T13:17:03.153Z","dependency_job_id":null,"html_url":"https://github.com/actions/heroku","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/actions/heroku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fheroku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fheroku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fheroku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fheroku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","download_url":"https://codeload.github.com/actions/heroku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fheroku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278892041,"owners_count":26063919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T01:01:24.459Z","updated_at":"2025-10-08T05:30:34.506Z","avatar_url":"https://github.com/actions.png","language":"HCL","funding_links":[],"categories":["HCL"],"sub_categories":[],"readme":"# GitHub Deployer for Heroku\n\nThis Action wraps the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) to enable common Heroku commands.\n\n## Usage\nAn example workflow to build a docker container from source and push and release the image to an existing application on Heroku:\n\n\n```\nworkflow \"Deploy to Heroku\" {\n  on = \"push\"\n  resolves = \"release\"\n}\n\naction \"login\" {\n  uses = \"actions/heroku@master\"\n  args = \"container:login\"\n  secrets = [\"HEROKU_API_KEY\"]\n}\n\naction \"push\" {\n  uses = \"actions/heroku@master\"\n  needs = \"login\"\n  args = \"container:push -a calm-fortress-1234 web\"\n  secrets = [\"HEROKU_API_KEY\"]\n}\n\naction \"release\" {\n  uses = \"actions/heroku@master\"\n  needs = \"push\"\n  args = \"container:release -a calm-fortress-1234 web\"\n  secrets = [\"HEROKU_API_KEY\"]\n}\n```\n\n### Secrets\n\n* `HEROKU_API_KEY` - **Required**. The token to use for authentication with the Heroku API ([more info](https://help.heroku.com/PBGP6IDE/how-should-i-generate-an-api-key-that-allows-me-to-use-the-heroku-platform-api))\n\n### Environment variables\n\n* `HEROKU_APP` - **Optional**. To specify a Heroku application\n\n## License\n\nThe Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).\n\nContainer images built with this project include third party materials. See [THIRD_PARTY_NOTICE.md](THIRD_PARTY_NOTICE.md) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factions%2Fheroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factions%2Fheroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factions%2Fheroku/lists"}