Skip to content

Commit 3b362c6

Browse files
authored
Update content-sync.yml
1 parent 9eac6af commit 3b362c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/content-sync.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ jobs:
2020
with:
2121
pr-title: ${{ inputs.pr-title }}
2222
pr-body: ${{ inputs.pr-body }}
23-
secrets: inherit
23+
secrets:
24+
GDRIVE_CREDENTIALS: ${{ secrets.GDRIVE_CREDENTIALS }}
25+
GDRIVE_TOKEN: ${{ secrets.GDRIVE_TOKEN }}
26+
PAT: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)