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 ec6dc6a commit a67153bCopy full SHA for a67153b
README.md
@@ -13,7 +13,7 @@ server](https://zenodo.org/account/settings/applications/tokens/new/).
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"
+export ZENODO_SANDBOX_TOKEN="access token"
17
```
18
And to check it was set correctly:
19
0 commit comments