Github action to use an Attic binary cache https://cachix.org
  • TypeScript 67.8%
  • Nix 26.9%
  • JavaScript 5.3%
Find a file
2023-06-23 15:11:04 +02:00
.github adjust to attic 2023-05-23 20:58:30 +02:00
dist/main also load attic from cachix 2023-06-23 15:11:04 +02:00
src use upstream attic install script 2023-06-11 16:42:13 +02:00
.envrc adjust to attic 2023-05-23 20:58:30 +02:00
.gitignore adjust to attic 2023-05-23 20:58:30 +02:00
action.yml adjust to attic 2023-05-23 20:58:30 +02:00
flake.lock adjust to attic 2023-05-23 20:58:30 +02:00
flake.nix adjust to attic 2023-05-23 20:58:30 +02:00
jest.config.js Initial commit 2019-09-30 15:32:36 +02:00
LICENSE Split Nix installation into separate action 2019-10-02 16:25:24 +02:00
package.json adjust to attic 2023-05-23 20:58:30 +02:00
README.md add some docs to the readme 2023-05-23 22:16:28 +02:00
shell.nix add shell.nix for development 2020-04-16 05:18:25 +01:00
test-with-arg.nix Add nixBuildArgs parameter 2020-02-27 16:46:25 +01:00
test.nix install-nix-action v11 2020-09-21 16:58:28 +02:00
tsconfig.json Initial commit 2019-09-30 15:32:36 +02:00
yarn.lock Allow installing cachix globally for self-hosted runners 2022-10-11 16:15:36 +01:00

attic-action

github actions badge

Github action to use attic for caching.

Usage

  • Setup an attic cache as normal
  • Add your attic auth token as a secret to your repo
  • Add a step to your ci:
- uses: icewind1991/attic-action@v1
  with:
    name: cache-name
    instance: https://cache.example.com
    authToken: '${{ secrets.ATTIC_TOKEN }}'