From a6e9f1d06e40ea58f37dea34ae935e424172b356 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 14 Mar 2026 11:48:00 +0100 Subject: [PATCH] feat: check secrets that they actually show --- .forgejo/workflows/cache.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/cache.yaml b/.forgejo/workflows/cache.yaml index ef0c143..b86cbef 100644 --- a/.forgejo/workflows/cache.yaml +++ b/.forgejo/workflows/cache.yaml @@ -19,5 +19,7 @@ jobs: endpoint: ${{ secrets.ATTIC_ENDPOINT }} cache: ${{ secrets.ATTIC_CACHE }} token: ${{ secrets.ATTIC_TOKEN }} + - name: Echo secrets + run: echo "${{secrets.ATTIC_CACHE}}\n${{ATTIC_ENDPOINT}}\n${{secrets.ATTIC_TOKEN}}" - name: Build freyja configuration run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel