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