Skip to content

Commit

Permalink
fix: a hotfix to update the mkdocs.yml file that reads GitHub secrets (
Browse files Browse the repository at this point in the history
…#54)

ref task VirtualPatientEngine/VPECompetitiveIntelligence#3 (comment)
BREAKING CHANGE: Zotero and S2 updates
  • Loading branch information
gurdeep330 authored Aug 23, 2024
1 parent 27bcee5 commit 1eed4df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
workflow_dispatch: # Option to also manually trigger the workflow
permissions:
contents: write
env:
LIBRARY_ID: ${{ secrets.LIBRARY_ID }}
ZOTERO_API_KEY: ${{ secrets.ZOTERO_API_KEY }}
TEST_COLLECTION_KEY: ${{ secrets.TEST_COLLECTION_KEY }}
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1eed4df

Please sign in to comment.