chapel-lang / mason-registry

Package registry for mason, Chapel's package manager
17 stars 25 forks source link

Fix ci ssh authentication issue #75

Closed jeremiah-corrado closed 4 months ago

jeremiah-corrado commented 4 months ago

Fix CI issue where the runner is unable to clone the users repo:

adjusted source to 'fixed' value: git@github.com:lucaferranti/ForwardModeAD.git
Cloning into 'newPackage'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.