Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: have generate.yaml to inherit secrets (#16454)
  • Loading branch information
diegomarquezp committed Mar 17, 2023
1 parent 6ca402a commit 519e580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codegen.yaml
Expand Up @@ -47,6 +47,7 @@ jobs:
generate:
uses: googleapis/google-api-java-client-services/.github/workflows/generate.yaml@main
needs: batch
secrets: inherit
if: ${{!!fromJson(needs.batch.outputs.services).batches[fromJson(needs.batch.outputs.services).hour]}}
with:
services: ${{toJson(fromJson(needs.batch.outputs.services).batches[fromJson(needs.batch.outputs.services).hour])}}

0 comments on commit 519e580

Please sign in to comment.