Skip to content

Commit 30f8a77

Browse files
committed
chore: fixed release to BioPortal
1 parent e735003 commit 30f8a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
- name: Submit to BioPortal
303303
run: |
304304
curl -X POST \
305-
-H "Authorization: apikey token=${API_KEY}" \
305+
-H "Authorization: apikey token=${{ secrets.BIOPORTAL_API_KEY }}" \
306306
-H "Content-Type: application/json" \
307307
-H "Accept: application/json" \
308308
-d @.github/workflows/BioPortal-submission-version.json \

0 commit comments

Comments
 (0)