We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871f4b0 commit 7e453a9Copy full SHA for 7e453a9
1 file changed
.github/workflows/on-pull-request.yaml
@@ -16,7 +16,8 @@ permissions:
16
jobs:
17
update-citations:
18
uses: ./.github/workflows/update-citations.yaml
19
- secrets: inherit
+ secrets:
20
+ GOOGLE_SCHOLAR_API_KEY: ${{ secrets.GOOGLE_SCHOLAR_API_KEY }}
21
22
build-preview:
23
needs: update-citations
0 commit comments