{"id":5800442,"name":"seemethere/add-github-ssh-key","ecosystem":"actions","description":"Adds your github ssh keys to the correct destination","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/seemethere/add-github-ssh-key","keywords_array":["action","ssh"],"namespace":"seemethere","versions_count":12,"first_release_published_at":"2021-07-26T22:31:51.000Z","latest_release_published_at":"2022-10-18T15:57:16.000Z","latest_release_number":"v1.9.0","last_synced_at":"2026-03-22T16:38:51.361Z","created_at":"2023-01-04T12:09:30.611Z","updated_at":"2026-03-22T16:38:51.361Z","registry_url":"https://github.com/seemethere/add-github-ssh-key","install_command":null,"documentation_url":null,"metadata":{"name":"add-github-ssh-key","description":"Adds your github ssh keys to the correct destination","author":"seemethere","inputs":{"GITHUB_TOKEN":{"required":true},"activate-with-label":{"required":true,"description":"Tells the action only to add keys when specific label is applied, set false if you want the key to always be added","default":true},"label":{"required":true,"description":"Label to activate action with","default":"with-ssh"},"remove-existing-keys":{"required":true,"description":"Removes existing keys at ~/.ssh/authorized_keys before adding new ones","default":true}},"runs":{"using":"node16","main":"dist/index.js"},"default_branch":"main","path":null},"repo_metadata":{"id":37958522,"uuid":"388209127","full_name":"seemethere/add-github-ssh-key","owner":"seemethere","description":"Add your ssh keys to github actions runners, works best for self hosted runners on EC2, made for https://github.com/pytorch/pytorch","archived":false,"fork":false,"pushed_at":"2023-03-06T17:00:59.000Z","size":763,"stargazers_count":11,"open_issues_count":10,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-15T06:48:15.041Z","etag":null,"topics":["action","ssh"],"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/seemethere.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-21T18:22:25.000Z","updated_at":"2025-02-20T01:55:31.000Z","dependencies_parsed_at":"2024-06-19T05:16:45.304Z","dependency_job_id":"dc62b6f0-19be-4726-819c-78e1830e455e","html_url":"https://github.com/seemethere/add-github-ssh-key","commit_stats":{"total_commits":48,"total_committers":4,"mean_commits":12.0,"dds":"0.47916666666666663","last_synced_commit":"206e80edab4c7cf8bacfe0cd3780150fdd280e6a"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/seemethere/add-github-ssh-key","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seemethere","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/sbom","scorecard":{"id":809637,"data":{"date":"2025-08-11","repo":{"name":"github.com/seemethere/add-github-ssh-key","commit":"206e80edab4c7cf8bacfe0cd3780150fdd280e6a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 1/17 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/seemethere/add-github-ssh-key/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/seemethere/add-github-ssh-key/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/seemethere/add-github-ssh-key/test.yml/main?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 20 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"19 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7r3h-m5j6-3q42","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-23T12:46:19.121Z","repository_id":37958522,"created_at":"2025-08-23T12:46:19.122Z","updated_at":"2025-08-23T12:46:19.122Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279163010,"owners_count":26117342,"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-10-16T02:00:06.019Z","response_time":53,"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"},"owner_record":{"login":"seemethere","name":"Eli Uriegas","uuid":"1700823","kind":"user","description":"I supprt the team that releases stuff for @pytorch","email":"","website":"https://terriblecode.com","location":"California","twitter":"_seemethere","company":"@pytorch","icon_url":"https://avatars.githubusercontent.com/u/1700823?u=ff3f02b52090e9730ab694329715be95805dc5c4\u0026v=4","repositories_count":22,"last_synced_at":"2023-04-05T21:54:30.963Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/seemethere","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-04T17:16:05.088Z","updated_at":"2023-04-05T21:54:31.057Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seemethere","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seemethere/repositories"},"tags":[{"name":"v1.9.0","sha":"206e80edab4c7cf8bacfe0cd3780150fdd280e6a","kind":"commit","published_at":"2022-10-18T15:57:16.000Z","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/v1.9.0","html_url":"https://github.com/seemethere/add-github-ssh-key/releases/tag/v1.9.0","dependencies_parsed_at":"2023-05-31T17:22:40.100Z","dependency_job_id":null,"purl":"pkg:github/seemethere/add-github-ssh-key@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.9.0/manifests"},{"name":"v1","sha":"105f7619adc4054f5f1be5f79ebd354d82384638","kind":"commit","published_at":"2022-08-16T01:19:43.000Z","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/v1","html_url":"https://github.com/seemethere/add-github-ssh-key/releases/tag/v1","dependencies_parsed_at":"2023-05-31T10:10:45.003Z","dependency_job_id":null,"purl":"pkg:github/seemethere/add-github-ssh-key@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1/manifests"},{"name":"v1.8.0","sha":"105f7619adc4054f5f1be5f79ebd354d82384638","kind":"commit","published_at":"2022-08-16T01:19:43.000Z","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/v1.8.0","html_url":"https://github.com/seemethere/add-github-ssh-key/releases/tag/v1.8.0","dependencies_parsed_at":"2023-05-31T10:10:44.555Z","dependency_job_id":null,"purl":"pkg:github/seemethere/add-github-ssh-key@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"1ecffedb1e192a50aa67dba2f0e048e5d3bfa144","kind":"commit","published_at":"2022-01-28T00:13:04.000Z","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/v1.7.0","html_url":"https://github.com/seemethere/add-github-ssh-key/releases/tag/v1.7.0","dependencies_parsed_at":"2023-05-31T10:10:45.376Z","dependency_job_id":null,"purl":"pkg:github/seemethere/add-github-ssh-key@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"40117388ae0680b2b1809aa182a68b87cc8c2e6a","kind":"commit","published_at":"2021-08-24T19:24:34.000Z","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/v1.6.0","html_url":"https://github.com/seemethere/add-github-ssh-key/releases/tag/v1.6.0","dependencies_parsed_at":"2023-05-31T10:10:45.794Z","dependency_job_id":null,"purl":"pkg:github/seemethere/add-github-ssh-key@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"c3b1a3c57cdd06e1f04545d3ad3b97deac0e69d3","kind":"commit","published_at":"2021-08-24T19:02:51.000Z","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/v1.5.0","html_url":"https://github.com/seemethere/add-github-ssh-key/releases/tag/v1.5.0","dependencies_parsed_at":"2023-05-31T10:10:46.219Z","dependency_job_id":null,"purl":"pkg:github/seemethere/add-github-ssh-key@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"8da34219f2aa23639472b205ad56f0583b893a51","kind":"commit","published_at":"2021-08-17T20:55:57.000Z","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/v1.4.0","html_url":"https://github.com/seemethere/add-github-ssh-key/releases/tag/v1.4.0","dependencies_parsed_at":"2023-05-31T10:10:46.631Z","dependency_job_id":null,"purl":"pkg:github/seemethere/add-github-ssh-key@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.4.0/manifests"},{"name":"v1.3.1","sha":"d48bc29a05025c2317544a1bcdb4c04ec027b36f","kind":"commit","published_at":"2021-08-16T23:39:01.000Z","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/v1.3.1","html_url":"https://github.com/seemethere/add-github-ssh-key/releases/tag/v1.3.1","dependencies_parsed_at":"2023-05-31T10:10:47.027Z","dependency_job_id":null,"purl":"pkg:github/seemethere/add-github-ssh-key@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"bed489233568533481cc16e04628e74d47a556ab","kind":"commit","published_at":"2021-08-16T23:06:12.000Z","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/v1.3.0","html_url":"https://github.com/seemethere/add-github-ssh-key/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-31T10:10:47.420Z","dependency_job_id":null,"purl":"pkg:github/seemethere/add-github-ssh-key@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"c6acdc2cce534123cb097657e158d2811c80d686","kind":"commit","published_at":"2021-08-08T03:19:53.000Z","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/v1.2.0","html_url":"https://github.com/seemethere/add-github-ssh-key/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-31T10:10:47.839Z","dependency_job_id":null,"purl":"pkg:github/seemethere/add-github-ssh-key@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"528a95f7fbf28e1e16edaadec907e160944f4d35","kind":"commit","published_at":"2021-08-06T05:39:07.000Z","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/v1.1.0","html_url":"https://github.com/seemethere/add-github-ssh-key/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T10:10:48.248Z","dependency_job_id":null,"purl":"pkg:github/seemethere/add-github-ssh-key@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"89231d8cfd8785eabd5d3044238447ac392b076d","kind":"commit","published_at":"2021-07-26T22:31:51.000Z","download_url":"https://codeload.github.com/seemethere/add-github-ssh-key/tar.gz/v1.0.0","html_url":"https://github.com/seemethere/add-github-ssh-key/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T10:10:48.687Z","dependency_job_id":null,"purl":"pkg:github/seemethere/add-github-ssh-key@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-19T08:15:18.398Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":441,"rankings":{"downloads":null,"dependent_repos_count":1.7936935509427983,"dependent_packages_count":0.0,"stargazers_count":12.197749960386627,"forks_count":16.162256377753128,"docker_downloads_count":4.509586436380922,"average":6.932657265092695},"purl":"pkg:githubactions/seemethere/add-github-ssh-key","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/seemethere/add-github-ssh-key","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/actions/seemethere/add-github-ssh-key","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/seemethere/add-github-ssh-key/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-05-07T14:22:35.685Z","issues_count":0,"pull_requests_count":100,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":1534436.088888889,"issues_closed_count":0,"pull_requests_closed_count":90,"pull_request_authors_count":3,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.89,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":98,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/seemethere%2Fadd-github-ssh-key/issues","maintainers":[{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/seemethere%2Fadd-github-ssh-key/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/seemethere%2Fadd-github-ssh-key/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/seemethere%2Fadd-github-ssh-key/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/seemethere%2Fadd-github-ssh-key/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/seemethere%2Fadd-github-ssh-key/codemeta","maintainers":[]}