Skip to content

Commit 6e0e820

Browse files
deposit: push code to zenodo
* Closes #841. Signed-off-by: Ioannis Tsanaktsidis <[email protected]>
1 parent 603799b commit 6e0e820

File tree

8 files changed

+387
-249
lines changed

8 files changed

+387
-249
lines changed

cap/config.py

+4
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,10 @@ def _(x):
889889
REANA_CLIENT_TOKEN = os.environ.get(
890890
'APP_REANA_CLIENT_TOKEN', None)
891891

892+
# Zenodo
893+
# ======
894+
ZENODO_ACCESS_TOKEN = os.environ.get('APP_ZENODO_ACCESS_TOKEN', None)
895+
892896
# APP_DEFAULT_SECURE_HEADERS = {
893897
# 'force_https': False,
894898
# 'force_https_permanent': False,

0 commit comments

Comments
 (0)