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 fdc564c commit 214fe3eCopy full SHA for 214fe3e
1 file changed
.github/workflows/update-citations.yaml
@@ -7,6 +7,9 @@ on:
7
inputs:
8
open-pr:
9
type: boolean
10
+ secrets:
11
+ GOOGLE_SCHOLAR_API_KEY:
12
+ required: true
13
outputs:
14
changed:
15
value: ${{ jobs.update-citations.outputs.changed }}
0 commit comments