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