Commit 7a87c8f
committed
self-hosted-runner: switch back to using
We do not need the custom Action: `Azure/login` logs in using the Azure
CLI, and subsequent `az` calls work just fine.
So let's drop the complexity of the custom Action and go back to using
`Azure/login` instead.
The only downside is that we now need to specify the subscription ID
even though `az login` would work without it. But that's a small price
to pay, as the `delete-self-hosted-runner` workflow _still_ uses the
`Azure/login` Action and has to have that information as a repository
secret anyway.
Signed-off-by: Johannes Schindelin <[email protected]>Azure/login
1 parent d6c5749 commit 7a87c8f
File tree
3 files changed
+10
-33
lines changed- .github/workflows
- azure-login
3 files changed
+10
-33
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | | - | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
181 | | - | |
| 184 | + | |
182 | 185 | | |
183 | 186 | | |
184 | 187 | | |
| 188 | + | |
185 | 189 | | |
186 | 190 | | |
187 | 191 | | |
| |||
0 commit comments