Skip to content

Commit

Permalink
deposit: push code to zenodo
Browse files Browse the repository at this point in the history
 * Closes #841.

Signed-off-by: Ioannis Tsanaktsidis <[email protected]>
  • Loading branch information
ioannistsanaktsidis committed Sep 18, 2018
1 parent 422ec91 commit c374dae
Show file tree
Hide file tree
Showing 8 changed files with 388 additions and 249 deletions.
4 changes: 4 additions & 0 deletions cap/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,10 @@ def _(x):
REANA_CLIENT_TOKEN = os.environ.get(
'APP_REANA_CLIENT_TOKEN', None)

# Zenodo
# ======
ZENODO_ACCESS_TOKEN = os.environ.get('APP_ZENODO_ACCESS_TOKEN', None)

# APP_DEFAULT_SECURE_HEADERS = {
# 'force_https': False,
# 'force_https_permanent': False,
Expand Down
Loading

0 comments on commit c374dae

Please sign in to comment.