Commit 781302e
committed
upload-snapshot: queue the Check Run using a valid token
The `getToken()` method does not need any parameters when being called
in `slash-commands.js` because there, the `owner`/`repo` values are
obvious. But when triggering an `upload-snapshot` workflow, we are
juggling three different repositories, therefore we absolutely need to
specify for which repository the token needs to target.
This was the _actual_ reason why the `upload-snapshot` run was not
triggered after v2.48.1 was released, the conclusions I drew in
#124 were
incorrect.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 15d08ea commit 781302e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| |||
0 commit comments