{"id":15407961,"url":"https://github.com/ryanccn/attic-action","last_synced_at":"2025-04-14T10:33:22.727Z","repository":{"id":182060847,"uuid":"667885521","full_name":"ryanccn/attic-action","owner":"ryanccn","description":"Cache Nix derivations on GitHub Actions with Attic.","archived":false,"fork":false,"pushed_at":"2025-03-22T05:14:45.000Z","size":639,"stargazers_count":38,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-06T04:45:01.200Z","etag":null,"topics":["attic","cache","ci","ci-cd","github-actions","github-actions-cache","nix","nix-flake"],"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/ryanccn.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},"funding":{"ko_fi":"ryancaodev"}},"created_at":"2023-07-18T14:17:46.000Z","updated_at":"2025-03-30T20:49:02.000Z","dependencies_parsed_at":"2023-07-18T15:44:14.404Z","dependency_job_id":"abfec1ca-d0ea-469d-8228-a224a640c673","html_url":"https://github.com/ryanccn/attic-action","commit_stats":{"total_commits":35,"total_committers":7,"mean_commits":5.0,"dds":0.4571428571428572,"last_synced_commit":"5619ef4781449b8774693be0a37f01d38a024bde"},"previous_names":["ryanccn/attic-action"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fattic-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fattic-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fattic-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fattic-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanccn","download_url":"https://codeload.github.com/ryanccn/attic-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248862909,"owners_count":21173902,"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":["attic","cache","ci","ci-cd","github-actions","github-actions-cache","nix","nix-flake"],"created_at":"2024-10-01T16:30:19.984Z","updated_at":"2025-04-14T10:33:22.705Z","avatar_url":"https://github.com/ryanccn.png","language":"TypeScript","readme":"# attic-action\n\nCache Nix derivations with [Attic](https://github.com/zhaofengli/attic).\n\n## Usage\n\nConfigure your Attic instance with an endpoint, a cache, and a token that can read from and write to the cache. Then, add this step to a workflow job after Nix is installed:\n\n```yaml\n- name: Setup Attic cache\n  uses: ryanccn/attic-action@v0\n  with:\n    endpoint: ${{ secrets.ATTIC_ENDPOINT }}\n    cache: ${{ secrets.ATTIC_CACHE }}\n    token: ${{ secrets.ATTIC_TOKEN }}\n```\n\n## Inputs\n\n### `endpoint`\n\nThe Attic endpoint. This is the URL without the cache name.\n\n### `cache`\n\nThe name of the Attic cache.\n\n### `token`\n\nThe authorization token to provide to Attic (**optional**).\n\n### `skip-push`\n\nDisable pushing new derivations to the cache automatically at the end of the job (**default is false**).\n\nThis requires you to invoke `attic push \u003ccache\u003e` with the paths you want to push to the cache manually.\n\n## Outputs\n\nNone\n\n## License\n\nMIT\n","funding_links":["https://ko-fi.com/ryancaodev"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanccn%2Fattic-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanccn%2Fattic-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanccn%2Fattic-action/lists"}