Commit 0093436
committed
fix(ci): configure git authentication for automated OpenAPI sync
Add git URL rewrite configuration to use GitHub token for authentication
when pushing changes in the OpenAPI sync workflow. This fixes the
"could not read Username" error that occurred when the workflow attempted
to push to the remote repository.
The actions/checkout action cleans up authentication after checkout, so
we need to explicitly configure git to use the token for push operations.1 parent 3559645 commit 0093436
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| 82 | + | |
| 83 | + | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
| |||
0 commit comments