add attic
This commit is contained in:
parent
73e5ab059f
commit
6d14def506
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -22,12 +22,12 @@ jobs:
|
||||||
hostname: github-actions
|
hostname: github-actions
|
||||||
tags: tag:ci
|
tags: tag:ci
|
||||||
|
|
||||||
# TODO: add a binary cache
|
- name: Setup Attic cache
|
||||||
# - uses: cachix/cachix-action@v10
|
uses: ryanccn/attic-action@v0.4.0
|
||||||
# with:
|
with:
|
||||||
# name: YOURCACHE
|
endpoint: http://wallfacer.curl-boga.ts.net:7080
|
||||||
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
cache: main
|
||||||
|
token: ${{ secrets.ATTIC_TOKEN }}
|
||||||
|
|
||||||
- name: Check the flake
|
- name: Check the flake
|
||||||
run: nix flake check --accept-flake-config
|
run: nix flake check --accept-flake-config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue