{"id":17882244,"url":"https://github.com/mackee/git-credential-github-apps","last_synced_at":"2025-08-30T20:10:20.240Z","repository":{"id":145128840,"uuid":"226045881","full_name":"mackee/git-credential-github-apps","owner":"mackee","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-18T11:49:36.000Z","size":24,"stargazers_count":23,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T16:03:56.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/mackee.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-05T07:50:45.000Z","updated_at":"2025-01-18T11:49:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff24ef0a-1d71-42a6-899b-e68f18b9badb","html_url":"https://github.com/mackee/git-credential-github-apps","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Fgit-credential-github-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Fgit-credential-github-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Fgit-credential-github-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Fgit-credential-github-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mackee","download_url":"https://codeload.github.com/mackee/git-credential-github-apps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244959442,"owners_count":20538625,"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":"2024-10-28T12:49:02.479Z","updated_at":"2025-03-22T12:31:38.841Z","avatar_url":"https://github.com/mackee.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-credential-github-apps\n\nA git credential helper with GitHub Apps\n\n## Overview\n\n`git-credential-github-apps` provides authentication behavior in GitHub Apps on git commands.\n\nThis command returns credentials that GitHub Token. Also, that response contains a cached token while during in not expire.\n\n`git-credential-github-apps` is work as git-credential-helper. If you want to know more details, see the `Install` section in this document and [this document](https://git-scm.com/docs/api-credentials).\n\n## Install\n\nDownload latest version from [Releases](https://github.com/mackee/git-credential-github-apps/releases).\n\nExtract into a directory that written in your PATH environment variable.\n\n## Usage\n\n### Prepare\n\nUsing this tool requires a private key, App ID and Installation ID or organization name.\n\nYou will get a private key and App ID on the Config page at GitHub Apps.\n\nMore details for private key: [Generating a private key](https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps/#generating-a-private-key)\n\nInstallation ID is the identifier of installation organization on GitHub Apps\n\nOrganization name can be alternate to installation ID. `git-credential-github-apps` detect installation ID from organization name.\n\n### Install to git\n\nType following this. This is set credential helper to git configuration in global.\n\n```console\n$ git config --global credential.helper 'github-apps -privatekey \u003cpath to private key\u003e -appid \u003cApp ID\u003e -login \u003corganization\u003e'\n```\n\nIf you want to set to repository local, you will type following this on directory of the repository.\n\n```console\ngit config --global credential.helper 'github-apps -privatekey \u003cpath to private key\u003e -appid \u003cApp ID\u003e -login \u003corganization\u003e'\n```\n\n### More Options\n\nIf you want to know more options, execution `git-credential-github-apps` with `-h`.\n\n## Author\n\nmackee, KAYAC Inc.\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackee%2Fgit-credential-github-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmackee%2Fgit-credential-github-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackee%2Fgit-credential-github-apps/lists"}