Skip to content

Commit

Permalink
node(kokoro): Fetch credentials for magic github proxy (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Mar 4, 2019
1 parent 815bac3 commit 6b1844e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions synthtool/gcp/templates/node_library/.kokoro/release/publish.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,26 @@ before_action {
}
}

# Fetch magictoken to use with Magic Github Proxy
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "releasetool-magictoken"
}
}
}

# Fetch api key to use with Magic Github Proxy
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "magic-github-proxy-api-key"
}
}
}

# Download trampoline resources.
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

Expand Down

0 comments on commit 6b1844e

Please sign in to comment.