Commit e18e532
committed
misc-helper: do configure the token for pushing the Git notes
When merging gitgitgadget/gitgitgadget#1473 (Add
support for distributed notes updates), I did not anticipate that the
current Azure Pipelines were not prepared for that: Contrary to what I
had remembered, they did _not_ simply configure `http.extraHeader` to be
able to push (which is somewhat surprising because I authored them, and
I typically did that a lot in the olden days).
Happily, I _just_ introduced support for configuring a token in
`CIHelper` that is specifically used for accessing `gitgitgadget/git`,
including the Git notes pushes.
Let's teach `misc-helper` about this new trick, and pick up the token
that was configured via `set-app-token` and tell `CIHelper` to use it.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 9aa666f commit e18e532
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
75 | 83 | | |
76 | 84 | | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
80 | 88 | | |
81 | 89 | | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | 93 | | |
85 | 94 | | |
86 | 95 | | |
87 | 96 | | |
88 | 97 | | |
| 98 | + | |
89 | 99 | | |
90 | 100 | | |
91 | 101 | | |
92 | 102 | | |
93 | 103 | | |
94 | 104 | | |
95 | 105 | | |
| 106 | + | |
96 | 107 | | |
97 | 108 | | |
98 | 109 | | |
| |||
437 | 448 | | |
438 | 449 | | |
439 | 450 | | |
| 451 | + | |
440 | 452 | | |
441 | 453 | | |
442 | 454 | | |
| |||
447 | 459 | | |
448 | 460 | | |
449 | 461 | | |
| 462 | + | |
450 | 463 | | |
451 | 464 | | |
452 | 465 | | |
| |||
456 | 469 | | |
457 | 470 | | |
458 | 471 | | |
| 472 | + | |
459 | 473 | | |
460 | 474 | | |
461 | 475 | | |
| |||
0 commit comments