Search Unity

Does the build have to run as my github user

Discussion in 'Unity Build Automation' started by liortal, Aug 21, 2014.

  1. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    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. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    For private GIT repros it should not matter which account credentials you use as long as you provide the SSH key. For SVN or Perforce it is necessary to provide a separate user with password, ideally this username and password would have read-only access.