diff --git a/pkgs/cicero/evaluators/nix/lib.nix b/pkgs/cicero/evaluators/nix/lib.nix index 7d67a90a..a4f43244 100644 --- a/pkgs/cicero/evaluators/nix/lib.nix +++ b/pkgs/cicero/evaluators/nix/lib.nix @@ -321,11 +321,6 @@ rec { (inner: '' export SSL_CERT_FILE=/current-profile/etc/ssl/certs/ca-bundle.crt - # TODO Only get from vault. Env var is just for development. - if [[ -z "''${GITHUB_TOKEN:-}" ]]; then - GITHUB_TOKEN=$(vault kv get -field=token kv/data/cicero/github) - fi - function cleanup { rm -f "$secret_headers" } @@ -334,7 +329,7 @@ rec { secret_headers="$(mktemp)" cat >> "$secret_headers" <