feat: check secrets that they actually show
Some checks failed
/ cache (push) Failing after 0s

This commit is contained in:
CronyAkatsuki 2026-03-14 11:48:00 +01:00
parent 853b85d94f
commit a6e9f1d06e

View file

@ -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