xref: /aosp_15_r20/external/google-auth-library-java/.kokoro/release/publish_javadoc.cfg (revision af546375c95127f07cb26dd492629ccb2e8b1be1)
1*af546375SCole Faust# Format: //devtools/kokoro/config/proto/build.proto
2*af546375SCole Faust
3*af546375SCole Faustgfile_resources: "/bigstore/cloud-devrel-kokoro-resources/doc-templates/"
4*af546375SCole Faust
5*af546375SCole Faustenv_vars: {
6*af546375SCole Faust  key: "STAGING_BUCKET"
7*af546375SCole Faust  value: "docs-staging"
8*af546375SCole Faust}
9*af546375SCole Faust
10*af546375SCole Faustenv_vars: {
11*af546375SCole Faust  key: "TRAMPOLINE_BUILD_FILE"
12*af546375SCole Faust  value: "github/google-auth-library-java/.kokoro/release/publish_javadoc.sh"
13*af546375SCole Faust}
14*af546375SCole Faust
15*af546375SCole Faust
16*af546375SCole Faustbefore_action {
17*af546375SCole Faust  fetch_keystore {
18*af546375SCole Faust    keystore_resource {
19*af546375SCole Faust      keystore_config_id: 73713
20*af546375SCole Faust      keyname: "docuploader_service_account"
21*af546375SCole Faust    }
22*af546375SCole Faust  }
23*af546375SCole Faust}
24