Commit f57a838
fix(ci): replace SWIFTLM_PR_TOKEN with GITHUB_TOKEN in upstream sync workflow (#7)
The SWIFTLM_PR_TOKEN PAT (belonging to solderzzc) has lost write access
to SharpAI/mlx-swift, causing the upstream sync job to fail with HTTP 403.
The repo already has default_workflow_permissions=write and
can_approve_pull_request_reviews=true, so GITHUB_TOKEN is sufficient
for both force-pushing the sync branch and creating the PR.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 26f1e1c commit f57a838
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments