Skip to content

Commit 7164947

Browse files
committed
fix env example in workflow
1 parent 06a9dc6 commit 7164947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/run-bio2rdf-scripts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run ${{ matrix.bio2rdf-dataset }} parser
5858
working-directory: ./bio2rdf-scripts
5959
# env:
60-
# APIKEY: ${{ secrets.NCBO_API_KEY }}
60+
# NCBO_API_KEY: ${{ secrets.NCBO_API_KEY }}
6161
run: |
6262
php runparser.php parser=${{ matrix.bio2rdf-dataset }} download=true files=GO indir=data/download/${{ matrix.bio2rdf-dataset }}/ outdir=data/rdf/${{ matrix.bio2rdf-dataset }}/ registry_dir=registry ncbo_api_key=${{ secrets.NCBO_API_KEY }}
6363

0 commit comments

Comments
 (0)