Commit 7692f83
committed
ci: fix fork sync auth and add manual trigger
The actions/checkout step persisted the default GITHUB_TOKEN auth header,
which overrode the FORK_SYNC_TOKEN PAT embedded in the fork URL and caused
the push to the private deployment fork to fail with "Repository not found".
Set persist-credentials: false so the PAT is used. Also add workflow_dispatch
so the sync can be triggered manually.1 parent 2d5ed64 commit 7692f83
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
0 commit comments