{"id":16321525,"url":"https://github.com/beardedfish/github-actions-ip-nginx-conf-builder","last_synced_at":"2026-07-29T13:31:15.114Z","repository":{"id":219555647,"uuid":"749320116","full_name":"BeardedFish/github-actions-ip-nginx-conf-builder","owner":"BeardedFish","description":"A PowerShell script which generates a list of NGINX allow rules of GitHub Actions runner IP addresses based on GitHub's public API.","archived":false,"fork":false,"pushed_at":"2024-01-28T08:19:47.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T07:36:53.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/BeardedFish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-28T08:17:38.000Z","updated_at":"2024-01-28T08:21:19.000Z","dependencies_parsed_at":"2024-01-28T12:27:19.548Z","dependency_job_id":"538126a1-93a5-4391-b706-8883007da5be","html_url":"https://github.com/BeardedFish/github-actions-ip-nginx-conf-builder","commit_stats":null,"previous_names":["beardedfish/github-actions-ip-nginx-conf-builder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BeardedFish/github-actions-ip-nginx-conf-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeardedFish%2Fgithub-actions-ip-nginx-conf-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeardedFish%2Fgithub-actions-ip-nginx-conf-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeardedFish%2Fgithub-actions-ip-nginx-conf-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeardedFish%2Fgithub-actions-ip-nginx-conf-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeardedFish","download_url":"https://codeload.github.com/BeardedFish/github-actions-ip-nginx-conf-builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeardedFish%2Fgithub-actions-ip-nginx-conf-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36034682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-29T02:00:04.910Z","response_time":95,"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-10-10T22:48:02.213Z","updated_at":"2026-07-29T13:31:15.074Z","avatar_url":"https://github.com/BeardedFish.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions IP NGINX Conf Builder\n\nA PowerShell script which generates a list of [NGINX](https://www.nginx.com/) `allow` rules of GitHub Actions runner IP addresses based on [GitHub's public API](https://api.github.com/meta).\n\n## Usage\n\n```\n./GenerateGitHubActionsNginxConf.ps1 \u003e ./github-actions-ip-addresses.conf\n```\n\nOnce your configuration file is generated, you can then include it in your NGINX server's configuration.\n\nThe below example assumes that the generated `github-actions-ip-addresses.conf` config file is located under the `/etc/nginx/conf` directory:\n\n```nginx\nserver {\n\troot /var/www/example-darianbenam-dot-com;\n\tinclude conf/github-actions-ip-addresses.conf;\n\tdeny all;\n\n\t# ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeardedfish%2Fgithub-actions-ip-nginx-conf-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeardedfish%2Fgithub-actions-ip-nginx-conf-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeardedfish%2Fgithub-actions-ip-nginx-conf-builder/lists"}