test
Some checks failed
/ perform flake analysis (push) Successful in 36s
/ build hive configuration (push) Failing after 23s

This commit is contained in:
2026-01-09 10:50:45 +01:00
parent 1158a8b5ef
commit 6bbcfe69e1

View File

@@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v4
- run: mkdir -p /var/secrets/
- run: echo ${{ secrets.CACHE_PRIVKEY }} > /var/secrets/cache_privkey
- run: cat /var/secrets/cache_privkey
- run: mkdir -p /etc/nix
- run: cp ./scripts/upload-to-cache.sh /etc/nix/
- run: chmod +x /etc/nix/upload-to-cache.sh