feat: move to auth token for cachix?

This commit is contained in:
Kat Inskip 2024-10-25 16:23:12 -04:00
parent f88ac4d92e
commit 18d186642e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 7 additions and 7 deletions

View file

@ -58,7 +58,7 @@ fi
send_discord_message "Starting ${SYSTEM_TYPE} system build for ${ALIAS}"
if [[ -n ${CACHIX_SIGNING_KEY-} ]]; then
if [[ -n ${CACHIX_AUTH_TOKEN-} ]]; then
export NF_UPDATE_CACHIX_PUSH=1
fi

View file

@ -11,7 +11,7 @@ send_discord_message() {
-X POST --data "{\"content\": $escaped_message}" "$DISCORD_WEBHOOK_LINK"
}
if [[ -n ${CACHIX_SIGNING_KEY-} ]]; then
if [[ -n ${CACHIX_AUTH_TOKEN-} ]]; then
export NF_UPDATE_CACHIX_PUSH=1
fi