Open natalieparellano opened 3 months ago
The Publish step is failing with message:
> Cloning aur... Cloning into '/github/workspace/pack-cli-bin-aur'... aur@aur.archlinux.org: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
See failure: https://github.com/buildpacks/pack/actions/runs/9977779004/job/27573201634
We recently fixed https://github.com/buildpacks/pack/issues/2181 with https://github.com/buildpacks/pack/pull/2188 but I think those jobs are independent of each other. At least, I don't see how removing the pack-cli job could have caused this failure (but I know very little about this pipeline).
pack-cli
pack-cli-bin last failed when releasing v0.33.2 (see https://github.com/buildpacks/pack/actions/runs/7988833931/job/21814233803) but the logs are now gone so it's unknown why and the job started working again for v0.34.x. IDK if we did anything to fix it - @jjbustamante do you know?
pack-cli-bin
I think this one is related to issue 2181 and maybe the PR that was fixing that one was missing removing pack-cli-bin
Summary
The Publish step is failing with message:
Current behavior
See failure: https://github.com/buildpacks/pack/actions/runs/9977779004/job/27573201634
We recently fixed https://github.com/buildpacks/pack/issues/2181 with https://github.com/buildpacks/pack/pull/2188 but I think those jobs are independent of each other. At least, I don't see how removing the
pack-cli
job could have caused this failure (but I know very little about this pipeline).pack-cli-bin
last failed when releasing v0.33.2 (see https://github.com/buildpacks/pack/actions/runs/7988833931/job/21814233803) but the logs are now gone so it's unknown why and the job started working again for v0.34.x. IDK if we did anything to fix it - @jjbustamante do you know?