Skip to content

Commit 7983b3b

Browse files
authored
Create workflow.yml
1 parent 064f7a5 commit 7983b3b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
release:
3+
workflow_dispatch:
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Send repo to Dataverse
10+
uses: IQSS/[email protected]
11+
with:
12+
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
13+
DATAVERSE_SERVER: https://demo.dataverse.org
14+
DATAVERSE_DATASET_DOI: doi:10.70122/FK2/LVUA

0 commit comments

Comments
 (0)