publish:
  script:
  - echo "$MASTER_KEY" > key.txt
  - age --decrypt -i key.txt -o keys.tar.gz keys.tar.gz.age
  - tar xvf keys.tar.gz
  - nix run github:input-output-hk/foliage -- build
  - ls _repo/* -alh
  artifacts:
    paths:
      - _repo/*