You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable the api breaking check to work for private repos (#143)
* Enable the api breaking check to work for private repos
# Motivation
Currently, the API breaking check is not working for private repos since it requires git credentials to be configured so that it can clone the repo again
# Modifications
This sets the `persist-credentials` to `true` for only the diagnose API breaking checks job since that one has a credible need to re-use the git credentials
# Result
API breaking change checking now works for private repos
* Update soundness.yml
0 commit comments