From cf6c8cfb7422cb293a0da5cca03e085b7ad0f5a4 Mon Sep 17 00:00:00 2001 From: notactuallyfinn <142492755+notactuallyfinn@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:40:35 +0200 Subject: [PATCH] Added deposit target --- hermes.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hermes.toml b/hermes.toml index cda6943..40712c0 100644 --- a/hermes.toml +++ b/hermes.toml @@ -4,6 +4,9 @@ sources = ["toml"] [harvest.toml] from_branch = "develop" +[deposit] +target = "invenio_rdm" + [deposit.invenio_rdm] site_url = "https://sandbox.zenodo.org" access_right = "open"