#!/usr/bin/env bash

DATA=$(mktemp)

cat - > ${DATA}

age -R /root/.ssh/id_rsa.pub ${DATA} > /root/.config/secrets/${SECRET_ID}

rm -f ${DATA}
