Commit 3fac098
committed
Adds GitHub App authentication for repository access
Configures the workflow to use a GitHub App token for repository access,
allowing actions to operate with the App's permissions instead of the
default GITHUB_TOKEN.
This enables more granular control over permissions and prevents rate
limiting issues when performing actions on multiple repositories. It also
allows the workflow to access private submodules.1 parent 0a0612b commit 3fac098
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
| 473 | + | |
474 | 474 | | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
475 | 484 | | |
476 | 485 | | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
477 | 489 | | |
478 | 490 | | |
479 | 491 | | |
| |||
0 commit comments