Skip to content

Commit

Permalink
Add docuploader credentials to node publish jobs (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Mar 8, 2019
1 parent bc1429c commit c5abb3b
Showing 1 changed file with 9 additions and 0 deletions.
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

0 comments on commit c5abb3b

Please sign in to comment.