Skip to content

Commit bcd9d44

Browse files
committed
add secrets example
1 parent 9ef8bb3 commit bcd9d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-bio2rdf-scripts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151

5252
- name: Run ${{ matrix.bio2rdf-dataset }} parser
5353
working-directory: ./bio2rdf-scripts
54+
env:
55+
APIKEY: ${{ secrets.APIKEY }}
5456
run: |
5557
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
5658

0 commit comments

Comments
 (0)