Commit ad5e491
committed
Drop SSH push-back detour from inline github_ci_uv.yml template
The inline uv CI template was half-migrated to the GITHUB_TOKEN+HTTPS
push-back: the publish job already checks out with token + has
contents: write, but kept a 'Force SSH for git remote' step (rewriting
origin to an SSH URL) and an ssh-private-key input on git-commit, which
together override the token credentials and reintroduce the original
push-back failure on any repo without an SSH_PRIVATE_KEY deploy key.
Remove both remnants so the inline template matches the working reusable
workflow (.github/workflows/uv-ci.yml), and add a comment warning against
re-adding the SSH override. git-commit's ssh-agent step is already gated
on inputs.ssh-private-key, so a plain HTTPS push results.
Refs #431 parent b4bf78d commit ad5e491
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
183 | 190 | | |
184 | 191 | | |
185 | 192 | | |
| |||
217 | 224 | | |
218 | 225 | | |
219 | 226 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | 227 | | |
224 | 228 | | |
225 | 229 | | |
226 | 230 | | |
227 | | - | |
228 | 231 | | |
229 | 232 | | |
230 | 233 | | |
| |||
0 commit comments