We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef8bb3 commit bcd9d44Copy full SHA for bcd9d44
.github/workflows/run-bio2rdf-scripts.yml
@@ -51,6 +51,8 @@ jobs:
51
52
- name: Run ${{ matrix.bio2rdf-dataset }} parser
53
working-directory: ./bio2rdf-scripts
54
+ env:
55
+ APIKEY: ${{ secrets.APIKEY }}
56
run: |
57
php runparser.php parser=${{ matrix.bio2rdf-dataset }} download=true files=all indir=data/download/${{ matrix.bio2rdf-dataset }}/ outdir=data/rdf/${{ matrix.bio2rdf-dataset }}/ registry_dir=registry
58
0 commit comments