Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
build: Add docuploader credentials to node publish jobs (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Mar 8, 2019
1 parent 2dfdb83 commit ae19861
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .kokoro/release/publish.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ before_action {
}
}

before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "docuploader_service_account"
}
}
}

# Fetch magictoken to use with Magic Github Proxy
before_action {
fetch_keystore {
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"updateTime": "2019-03-05T12:11:29.695568Z",
"updateTime": "2019-03-08T00:45:35.866963Z",
"sources": [
{
"template": {
"name": "node_library",
"origin": "synthtool.gcp",
"version": "2019.2.26"
"version": "2019.1.16"
}
}
]
Expand Down

0 comments on commit ae19861

Please sign in to comment.