Skip to content

Commit 7e453a9

Browse files
committed
Debug
1 parent 871f4b0 commit 7e453a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/on-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ permissions:
1616
jobs:
1717
update-citations:
1818
uses: ./.github/workflows/update-citations.yaml
19-
secrets: inherit
19+
secrets:
20+
GOOGLE_SCHOLAR_API_KEY: ${{ secrets.GOOGLE_SCHOLAR_API_KEY }}
2021

2122
build-preview:
2223
needs: update-citations

0 commit comments

Comments
 (0)