Hi Seed team, looking for some help on an issue. W...
# seed
p
Hi Seed team, looking for some help on an issue. We have an app with a post-deploy phase set up for one of the pipeline’s stages. The post-deploy script does a
git clone
of a different repo from the main app. Currently the
git clone
operation is failing with
Copy code
ERROR: Repository not found.

fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.
• The Seed app is setup at the organisation level and has access to ALL repositories • The repo to be cloned belongs to the organisation • All other pipelines appear to be function correctly at the moment (but do not have the same post-deploy phase set up) • There have been no changes to the post deploy phase script and it was completing successfully around November 3rd Any help would be appreciated
f
Hi @Pascal H, just to clarify, the
git clone
command in the Post-Deploy Phase was working before, but stopped working now?
Can you DM me a link to the build?
r
It's not due to an expired Personal Access Token, is it?
p
The problem here was an invalid/expired set of SSH credentials set up in the organisation. Thanks @Frank for the help resolving. Much appreciated!