We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
generate.yaml
1 parent 6ca402a commit 519e580Copy full SHA for 519e580
.github/workflows/codegen.yaml
@@ -47,6 +47,7 @@ jobs:
47
generate:
48
uses: googleapis/google-api-java-client-services/.github/workflows/generate.yaml@main
49
needs: batch
50
+ secrets: inherit
51
if: ${{!!fromJson(needs.batch.outputs.services).batches[fromJson(needs.batch.outputs.services).hour]}}
52
with:
53
services: ${{toJson(fromJson(needs.batch.outputs.services).batches[fromJson(needs.batch.outputs.services).hour])}}
0 commit comments