Skip to content

Commit 519e580

Browse files
chore: have generate.yaml to inherit secrets (#16454)
1 parent 6ca402a commit 519e580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codegen.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
generate:
4848
uses: googleapis/google-api-java-client-services/.github/workflows/generate.yaml@main
4949
needs: batch
50+
secrets: inherit
5051
if: ${{!!fromJson(needs.batch.outputs.services).batches[fromJson(needs.batch.outputs.services).hour]}}
5152
with:
5253
services: ${{toJson(fromJson(needs.batch.outputs.services).batches[fromJson(needs.batch.outputs.services).hour])}}

0 commit comments

Comments
 (0)