chapel-lang / mason-registry

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

Fix failing CI check from github authentication error #76

Closed jeremiah-corrado closed 4 months ago

jeremiah-corrado commented 4 months ago

CI checks are failing with:

Cloning into 'newPackage'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Manually switching the user's repo from ssh to https cloning appears to resolve the issue.