Skip to content

Commit a67153b

Browse files
committed
export
1 parent ec6dc6a commit a67153b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ server](https://zenodo.org/account/settings/applications/tokens/new/).
1313
The sandbox token is expected to be stored in the environment variable
1414
`ZENODO_SANDBOX_TOKEN` while the true token must be stored in `ZENODO_TOKEN`, e.g.:
1515
```bash
16-
ZENODO_SANDBOX_TOKEN="access token"
16+
export ZENODO_SANDBOX_TOKEN="access token"
1717
```
1818
And to check it was set correctly:
1919
```bash

0 commit comments

Comments
 (0)