From cbd2a874f21eff33d9f33cab9cc9a2e91d8a0d32 Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Wed, 6 Mar 2024 22:36:57 +0100 Subject: [PATCH] fix: typo in cmd option for zenodo auth --- .github/workflows/hermes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hermes.yml b/.github/workflows/hermes.yml index 867df49..439037d 100644 --- a/.github/workflows/hermes.yml +++ b/.github/workflows/hermes.yml @@ -84,7 +84,7 @@ jobs: - run: git archive --format zip HEAD src > showcase.zip # Run the HERMES deposition and postprocessing steps. (Also allow to create a completely new publication with --initial) - - run: hermes deposit --initial -O invenio_rdm.auth-token ${{ secrets.ZENODO_SANDBOX }} --file showcase.zip --file README.md + - run: hermes deposit --initial -O invenio_rdm.auth_token ${{ secrets.ZENODO_SANDBOX }} --file showcase.zip --file README.md # Remove this command if you don't want to do any postprocessing - run: hermes postprocess