From ad4d1783e95ac4bf0bae5ef2970a9ca233826350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 9 Jul 2024 23:20:17 +0200 Subject: [PATCH] Empty key for apt repo --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 764d8b5..64afdae 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,7 +60,7 @@ ram.runtime = "2000M" [resources.apt.extras.meilisearch] repo = "deb https://apt.fury.io/meilisearch/ /" - # key = "https://artifacts.elastic.co/GPG-KEY-elasticsearch" + key = "" packages = ["meilisearch"] [resources.apt.extras.yarn]