Commit 97718cd
committed
triggerWorkflowDispatch: fall back to getting an installation access token
When a `workflow_dispatch` should be triggered, we require a token. If
no token was specified (i.e. if `undefined` was passed for the `token`
parameter), let's just automatically get an installation access token
for the GitHub App.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 7695973 commit 97718cd
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
0 commit comments