Skip to content

Instantly share code, notes, and snippets.

@arshul
Last active May 5, 2019 10:09
Show Gist options
  • Save arshul/2908b24a6fd5ee21376df88b3f1a096f to your computer and use it in GitHub Desktop.
Save arshul/2908b24a6fd5ee21376df88b3f1a096f to your computer and use it in GitHub Desktop.
workflow "Download" {
resolves = "download"
}
action "download" {
uses = "popperized/zenodo/download@master"
secrets = ["ZENODO_API_TOKEN"]
env = {
ZENODO_RECORD_ID = "263717"
ZENODO_OUTPUT_PATH = "./data"
ZENODO_FILES="file1.ext,file2.ext"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment