{"id":22310292,"url":"https://github.com/AnandChowdhary/render-deployment-status-action","last_synced_at":"2025-07-29T07:32:53.483Z","repository":{"id":185281769,"uuid":"656601582","full_name":"AnandChowdhary/render-deployment-status-action","owner":"AnandChowdhary","description":"Add pull request deployment statuses for Render.com","archived":true,"fork":false,"pushed_at":"2023-09-29T19:30:17.000Z","size":1319,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-21T15:06:49.872Z","etag":null,"topics":["deployments","github-deployment","preview-environment","render","render-com"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/AnandChowdhary.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":"CODEOWNERS","security":null,"support":null,"governance":null}},"created_at":"2023-06-21T09:12:41.000Z","updated_at":"2023-09-29T19:30:17.000Z","dependencies_parsed_at":"2023-08-01T11:15:44.404Z","dependency_job_id":null,"html_url":"https://github.com/AnandChowdhary/render-deployment-status-action","commit_stats":null,"previous_names":["anandchowdhary/render-deployment-status-action"],"tags_count":0,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/AnandChowdhary/render-deployment-status-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnandChowdhary%2Frender-deployment-status-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnandChowdhary%2Frender-deployment-status-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnandChowdhary%2Frender-deployment-status-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnandChowdhary%2Frender-deployment-status-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnandChowdhary","download_url":"https://codeload.github.com/AnandChowdhary/render-deployment-status-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnandChowdhary%2Frender-deployment-status-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267646053,"owners_count":24120931,"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-07-29T02:00:12.549Z","response_time":2574,"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":["deployments","github-deployment","preview-environment","render","render-com"],"created_at":"2024-12-03T21:01:13.039Z","updated_at":"2025-07-29T07:32:53.476Z","avatar_url":"https://github.com/AnandChowdhary.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Render Deployment Status Action\n\n[![build-test](https://github.com/AnandChowdhary/render-deployment-status-action/actions/workflows/test.yml/badge.svg)](https://github.com/AnandChowdhary/render-deployment-status-action/actions/workflows/test.yml)\n\n## How it works\n\nBy default, when Render.com creates a PR environment, it adds a comment to your PR. We use the Render API to add a deployment and update its state.\n\n\u003cimg width=\"921\" alt=\"Screenshot of Render comment and deployment\" src=\"https://github.com/AnandChowdhary/render-deployment-status-action/assets/2841780/5519f640-06dd-4a24-81f4-e25f5309cfe4\"\u003e\n\nNote that this action waits until the deployment is completed, so you will be billed for the minutes where it's essentially waiting for the deployment to be completed or errored.\n\n## Workflow\n\nAdd you Render API key to the Actions secret `RENDER_API_KEY` and create a worklow `.github/workflows/render-deployment-status.yml`:\n\n```yaml\nname: Render deployment status\n\non:\n  issue_comment:\n    types: [created]\n\njobs:\n  update:\n    timeout-minutes: 15\n    runs-on: ubuntu-latest\n    if: github.event.comment.user.login == 'render[bot]'\n    permissions:\n      deployments: write\n\n    steps:\n      - uses: AnandChowdhary/render-deployment-status-action@main\n        with:\n          render-api-key: ${{ secrets.RENDER_API_KEY }}\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n\n```\n\nThis workflow uses the latest version of this action and runs whenever a comment is made by Render's app. The default GitHub token is used with \"write\" permission for \"deployments\".\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAnandChowdhary%2Frender-deployment-status-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAnandChowdhary%2Frender-deployment-status-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAnandChowdhary%2Frender-deployment-status-action/lists"}