Skip to content

Updated FigShare workflow #35

Updated FigShare workflow

Updated FigShare workflow #35

Workflow file for this run

name: Upload to Figshare
on: [release]
jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Download Latest Release Zip
id: release
uses: creesch/[email protected]
with:
owner: healthysustainablecities
repo: global-indicators
downloadPath: "output"
- uses: figshare/[email protected]
with:
FIGSHARE_TOKEN: ${{ secrets.FIGSHARE_TOKEN }}
FIGSHARE_ENDPOINT: 'https://api.figshare.com/v2'
FIGSHARE_ARTICLE_ID: 24760260
DATA_DIR: "output"