Commit 31032ce
authored
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.yml1 parent bc2db71 commit 31032ce
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| |||
0 commit comments