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

This commit is contained in:
2026-01-09 11:31:58 +01:00
parent e60f7c9fc4
commit 4278477cc9
2 changed files with 5 additions and 4 deletions

View File

@@ -10,11 +10,13 @@ jobs:
id-token: write
name: build hive configuration
runs-on: ubuntu-22.04
env:
- CACHE_PRIVKEY: ${{secrets.CACHE_PRIVKEY}}
steps:
- uses: actions/checkout@v4
- run: |
- name: setup
env:
- CACHE_PRIVKEY: ${{secrets.CACHE_PRIVKEY}}
shell: bash
run: |
mkdir -p /var/secrets/
echo "$CACHE_PRIVKEY" >> /var/secrets/cache_privkey
mkdir -p /etc/nix