terraform CI/CD pipeline, "Repository not found"
Our Gruntwork CI/CD pipeline suddenly stopped working with errors like the following. Anyone else running into this? I'm thinking either github changed something, or my token(s) have expired. ``` [ecs-deploy-runner][2023-02-17T00:24:22+0000] * error downloading 'ssh://git@github.com/org/repo.git?ref=v0.94.1': /usr/bin/git exited with 128: Cloning into '/tmp/tmpltkuc0gw/dev/*********/dev/services/eks-cluster/repo/.terragrunt-cache/KT2kgJFUCMt8sVayfunMQ6a7wrg/MmsVrBnwzYe18iyiPxhzDEVSfKw'... [ecs-deploy-runner][2023-02-17T00:24:22+0000] remote: Repository not found. [ecs-deploy-runner][2023-02-17T00:24:22+0000] fatal: repository 'https://github.com/org/repo.git/' not found ``` For reference, this is trying to clone a private repo. I re-ran a workflow from yesterday, and the `plan` failed with the above error. --- <ins datetime="2023-02-17T00:42:27Z"> <p><a href="https://support.gruntwork.io/hc/requests/109908">Tracked in ticket #109908</a></p> </ins>
All set now. One of my co-workers made a change, which broke something. (Not sure what he did, but it's working now!)