Skip to content

Update figshare.yml

Update figshare.yml #4

Workflow file for this run

name: Upload to Figshare
on: [push]
jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: figshare/github-upload-action@v1.1
with:
FIGSHARE_TOKEN: ${{ secrets.FIGSHARE_TOKEN }}
FIGSHARE_ENDPOINT: 'https://api.figshare.com/v2'
FIGSHARE_ARTICLE_ID: 24760260
DATA_DIR: 'archive/refs/heads/main.zip'