From 6eddfda335048e235e1d4780051f6ef7dc2fc3fa Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 14 Mar 2026 23:12:37 +0100 Subject: [PATCH] feat: remove echo --- .forgejo/workflows/cache.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/cache.yaml b/.forgejo/workflows/cache.yaml index b86cbef..ef0c143 100644 --- a/.forgejo/workflows/cache.yaml +++ b/.forgejo/workflows/cache.yaml @@ -19,7 +19,5 @@ 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