Skip to content

Commit 0abc7b3

Browse files
committed
Prova
1 parent c127ac9 commit 0abc7b3

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/update-citations.yaml

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

5959
- name: Build updated citations
6060
if: github.event.action != 'closed'
61+
env:
62+
GOOGLE_SCHOLAR_API_KEY: ${{ secrets.GOOGLE_SCHOLAR_API_KEY }}
6163
run: python _cite/cite.py
6264
timeout-minutes: 15
6365

_data/orcid.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- orcid: 0000-0002-9633-0017
2-
- orcid: 0000-0003-0316-3449
3-
- orcid: 0009-0004-7797-9138
4-
- orcid: 0000-0002-0005-0441
1+
- orcid: 0000-0002-9633-0017 # Armando Bazzani
2+
- orcid: 0000-0003-0316-3449 # Mirko Degli Esposti
3+
- orcid: 0000-0002-0005-0441 # Giulio Colombini
4+
- orcid: 0009-0004-7797-9138 # Gregorio Berselli

0 commit comments

Comments
 (0)