Arch Linux pack-cli-bin
delivery pipeline is failing #2227
Open
Description
Summary
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.
Current behavior
See failure: https://github.com/buildpacks/pack/actions/runs/9977779004/job/27573201634
We recently fixed #2181 with #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?