Skip to content

Commit

Permalink
fix secret name for ZOTERO_API_KEY
Browse files Browse the repository at this point in the history
Update references.bib from Zotero in CI #28
  • Loading branch information
prudhomm committed Sep 30, 2024
1 parent 6888376 commit 89a1282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
name: Build LaTeX Artifact
env:
VERSION: ${{ github.ref_name }}
ZOTERO_API_KEY: ${{ secrets.ZOTERO_API_KEY }}
ZOTERO_API_KEY: ${{ secrets.EXA_MA_ZOTERO_API_KEY }}
steps:
- name: Set up Git repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 89a1282

Please sign in to comment.