From 6d37cd8eb920315442bc744ea01d18307dd94686 Mon Sep 17 00:00:00 2001 From: asepharyana Date: Mon, 3 Aug 2026 16:20:56 +0700 Subject: [PATCH] ci: enable FlakeHub Cache (id-token: write + use-flakehub) --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7fead02..2d7c924 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,7 @@ concurrency: permissions: contents: read + id-token: write env: VPS_HOST: ${{ secrets.VPS_HOST }} @@ -62,6 +63,8 @@ jobs: - name: Cache Nix uses: DeterminateSystems/magic-nix-cache-action@v14 + with: + use-flakehub: true - name: Build zeavis-${{ matrix.service }} id: build