Skip to content

Commit

Permalink
Upload builds done during flake check to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Oct 8, 2024
1 parent c209d7e commit 6db428f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,12 @@ jobs:
extra-substituters = https://attic.joinemm.dev/cache
extra-trusted-public-keys = cache:U/hdZXmAW51DPCRFSU5EVlr5EFn2aafUOK63LACEeyo=
- name: Initialize attic cache watcher
uses: ryanccn/attic-action@v0
with:
endpoint: "https://attic.joinemm.dev"
cache: "cache"
token: '${{ secrets.ATTIC_AUTH_TOKEN }}'

- name: Run nix flake check
run: nix flake check --accept-flake-config -v

0 comments on commit 6db428f

Please sign in to comment.