We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eac6af commit 3b362c6Copy full SHA for 3b362c6
.github/workflows/content-sync.yml
@@ -20,4 +20,7 @@ jobs:
20
with:
21
pr-title: ${{ inputs.pr-title }}
22
pr-body: ${{ inputs.pr-body }}
23
- secrets: inherit
+ secrets:
24
+ GDRIVE_CREDENTIALS: ${{ secrets.GDRIVE_CREDENTIALS }}
25
+ GDRIVE_TOKEN: ${{ secrets.GDRIVE_TOKEN }}
26
+ PAT: ${{ secrets.PAT }}
0 commit comments