{"id":29007345,"url":"https://github.com/noclaps/homebrew-tap-action","last_synced_at":"2025-06-25T13:08:46.381Z","repository":{"id":296709310,"uuid":"994227064","full_name":"noClaps/homebrew-tap-action","owner":"noClaps","description":"A GitHub Action to push updates to a Homebrew tap","archived":false,"fork":false,"pushed_at":"2025-06-16T13:40:07.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-19T02:11:42.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noClaps.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-01T13:50:53.000Z","updated_at":"2025-06-16T18:58:39.000Z","dependencies_parsed_at":"2025-06-01T22:52:53.782Z","dependency_job_id":"772d5b00-6256-46e3-8aba-36dbe587eabe","html_url":"https://github.com/noClaps/homebrew-tap-action","commit_stats":null,"previous_names":["noclaps/homebrew-tap-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/noClaps/homebrew-tap-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noClaps%2Fhomebrew-tap-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noClaps%2Fhomebrew-tap-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noClaps%2Fhomebrew-tap-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noClaps%2Fhomebrew-tap-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noClaps","download_url":"https://codeload.github.com/noClaps/homebrew-tap-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noClaps%2Fhomebrew-tap-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261879321,"owners_count":23223739,"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","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":"2025-06-25T13:08:39.768Z","updated_at":"2025-06-25T13:08:46.363Z","avatar_url":"https://github.com/noClaps.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# homebrew-tap-action\nA GitHub Action to push updates to a Homebrew tap\n\n## Usage\n\nCreate a fine-grained token for your Homebrew tap repository, with read and write permssions for Content. Set it as `HOMEBREW_TAP_TOKEN` in your repository's actions secrets.\n\nIn your build workflow, put your output binary files into `tar.gz` archives, with the following structure:\n\n```\nmy-tool-macos-arm64.tar.gz\n└── my-tool-macos-arm64\n\nmy-tool-linux.tar.gz\n└── my-tool-linux\n```\n\nYou can then use the workflow with:\n\n```yaml\n- name: Update Homebrew Tap\n  uses: noClaps/homebrew-tap-action@v1\n  with:\n    tap_repo: 'your-username/homebrew-tap'\n    formula_name: 'my-tool'\n    version: ${{ github.event.release.tag_name }}\n    tap_token: ${{ secrets.HOMEBREW_TAP_TOKEN }}\n    macos_file: 'my-tool-macos-arm64.tar.gz'\n    linux_file: 'my-tool-linux.tar.gz'\n```\n\nWhen the workflow finishes running, you should have an updated file in your `homebrew-tap/Formula/my-tool.rb` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoclaps%2Fhomebrew-tap-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoclaps%2Fhomebrew-tap-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoclaps%2Fhomebrew-tap-action/lists"}