From 9d33bf2950549af28f6c14ec203cce4e2aa2d221 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 27 Mar 2024 12:54:19 +0100 Subject: [PATCH] Use FlakeHub cache --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c50417..f266bd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,13 @@ on: jobs: check: runs-on: ubuntu-22.04 + permissions: + id-token: "write" + contents: "read" steps: - uses: actions/checkout@v3 - uses: DeterminateSystems/nix-installer-action@main + with: + flakehub: true - uses: DeterminateSystems/magic-nix-cache-action@main - run: nix flake check -L