Post not yet marked as solved
Post marked as unsolved with 8 replies, 1,243 views
Can't get a server bot to clone any repository in GitHub or Bitbucket. It seems like it needs access to credentials that are there when the bots are setup but have not made it into the server's user or something. Almost as if I need to setup .ssh for whatever user runs the bots?
Points I can think of:
Xcode 13
I've tried public and private repos
local accounts have access just fine, just not the one the bot runs on.
Accounts in Xcode on both the machines are setup, but that's not the xcodeserver user.
I've had this working before before these services forced you to personal access tokens.
For the integration user I've tried accounts that have full access to these repositories.
As a test I added a post integration trigger to try to clone it manually. That works fine.