Search Unity

build have to run as my github user

Discussion in 'Unity Build Automation' started by mickybela, Feb 26, 2018.

  1. mickybela

    mickybela

    Joined:
    Feb 26, 2018
    Posts:
    1
    Hi,

    We are using a private github repo. The setup process asked me to add a new SSH key to my account.

    Does it matter if i use my own account (same user as my UDN account). Or can i have a different type of credentials specifically for the "build user" ?
     
  2. dannyd

    dannyd

    Unity Technologies

    Joined:
    Jun 3, 2014
    Posts:
    785
    It doesn't matter as long as the account you associate that SSH key with has access to the repository. As an alternative, you could add the SSH key as a "deploy key" for the repo in github (under Settings -> Deploy Keys in github) so you wouldn't need to add that key to a specific users account.