{"id":14986031,"url":"https://github.com/getsentry/action-github-app-token","last_synced_at":"2025-04-15T03:52:27.356Z","repository":{"id":38424652,"uuid":"286789610","full_name":"getsentry/action-github-app-token","owner":"getsentry","description":"Gets a GitHub auth token for a GitHub App installation","archived":false,"fork":false,"pushed_at":"2025-02-15T00:28:09.000Z","size":972,"stargazers_count":199,"open_issues_count":18,"forks_count":86,"subscribers_count":37,"default_branch":"main","last_synced_at":"2025-04-07T18:09:10.811Z","etag":null,"topics":["tag-production"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getsentry.png","metadata":{"funding":{"custom":["https://sentry.io/pricing/","https://sentry.io/"]},"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":"2020-08-11T16:07:57.000Z","updated_at":"2025-04-04T04:08:16.000Z","dependencies_parsed_at":"2025-03-31T17:11:34.981Z","dependency_job_id":"987a0c81-8bbe-47a5-a4df-34adae486e84","html_url":"https://github.com/getsentry/action-github-app-token","commit_stats":{"total_commits":29,"total_committers":11,"mean_commits":"2.6363636363636362","dds":0.5517241379310345,"last_synced_commit":"a0061014b82a6a5d6aeeb3b824aced47e3c3a7ef"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Faction-github-app-token","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Faction-github-app-token/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Faction-github-app-token/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Faction-github-app-token/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getsentry","download_url":"https://codeload.github.com/getsentry/action-github-app-token/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248333605,"owners_count":21086199,"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":["tag-production"],"created_at":"2024-09-24T14:12:10.036Z","updated_at":"2025-04-15T03:52:27.335Z","avatar_url":"https://github.com/getsentry.png","language":"TypeScript","readme":"# action-github-app-token\n\nThis uses GitHub Apps to fetch a GitHub auth token for a GitHub App installation.\nThe GitHub App is used to authorize API access across multiple repositories.\n\n## Development\n\nInstall the dependencies\n```bash\n$ yarn\n```\n\nBuild the typescript and package it for distribution\n```bash\n$ yarn dist\n```\n\n## Usage\n\nYou will need to provide the GitHub App ID and private key. The action will then provide a `token` output.\n\n```\n  - name: my-app-install token\n    id: my-app\n    uses: getsentry/action-github-app-token@v3.1\n    with:\n      app_id: ${{ secrets.APP_ID }}\n      private_key: ${{ secrets.APP_PRIVATE_KEY }}\n\n  - name: Checkout private repo\n    uses: actions/checkout@v4\n    with:\n      repository: getsentry/my-private-repo\n      token: ${{ steps.my-app.outputs.token }}\n```\n","funding_links":["https://sentry.io/pricing/","https://sentry.io/"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Faction-github-app-token","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetsentry%2Faction-github-app-token","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Faction-github-app-token/lists"}