We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b6051 commit ec6dc6aCopy full SHA for ec6dc6a
README.md
@@ -12,12 +12,12 @@ server](https://zenodo.org/account/settings/applications/tokens/new/).
12
13
The sandbox token is expected to be stored in the environment variable
14
`ZENODO_SANDBOX_TOKEN` while the true token must be stored in `ZENODO_TOKEN`, e.g.:
15
-```
+```bash
16
ZENODO_SANDBOX_TOKEN="access token"
17
```
18
And to check it was set correctly:
19
20
-echo $ZENODO_SANDBOX_TOKEN
+echo $ZENODO_SANDBOX_TOKEN
21
22
We strongly advise you to **first test the procedure** on the sandbox server
23
using the `--sandbox` switch.
0 commit comments