Skip to content

Commit

Permalink
example of zenodo software config
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Apr 13, 2019
1 parent 9a659c8 commit ad80ee9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions inst/extdata/config_example_gsheets_action_geometa-zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,18 @@
},
"software": [
{
"id": "zenodo",
"url": "https://sandbox.zenodo.org/api",
"token": "<your_zenodo_token>"
}
"id": "my-zenodo",
"type": "output",
"software_type": "zenodo",
"parameters": {
"url": "https://sandbox.zenodo.org/api",
"token": "<your_zenodo_token>",
"logger": "DEBUG"
},
"properties": {
"clean": true
}
}
],
"actions": [
{
Expand Down

0 comments on commit ad80ee9

Please sign in to comment.