From acbc4d9d71d7799e883c7285fc63f7a2fac0a79c Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 13 Sep 2023 23:24:22 +0200 Subject: [PATCH] feat(ci): Use attic --- .forgejo/workflows/check.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 32ded5c..9fc8ed7 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -13,4 +13,10 @@ jobs: init: none planner: linux github-token: null + - name: Setup Attic + uses: https://github.com/ryanccn/attic-action@v0 + with: + endpoint: ${{ secrets.ATTIC_ENDPOINT }} + cache: ${{ secrets.ATTIC_CACHE }} + token: ${{ secrets.ATTIC_TOKEN }} - run: nix flake check --keep-going