Commit 07cf17a
authored
Use otelbot app token for Tidy push (#1460)
Another attempt to get solution working for #1456.
It *almost* worked as expected in #1458 but I forgot an earlier lesson
from
[prepare-release](https://github.com/open-telemetry/otel-arrow/blob/382c61d4b35eaf8c4753b046d57aa7bc70d3b0e6/.github/workflows/prepare-release.yml#L133-L134)
that we have to inject the special otelbot app token as an environment
variable in the task that does the Git action. Otherwise, regular PR
workflows are not triggered.
I've seen some evidence that we should opt out of persisting regular git
creds from `checkout` in order for the `auth setup-git` to work. Would
like to try this configuration.1 parent 382c61d commit 07cf17a
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
40 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments