Commit e9671ab
authored
fix(framework): authenticate the Actions run-branch push explicitly (#1088)
The Push the run branch step (#1085) used a plain `git push origin`, which relies on
the checkout's persisted credentials. The claude-code-action step runs its own git
setup and leaves those unusable, so the push failed with "Authentication failed for
github.com". Push through an x-access-token URL built from the workflow token instead.
Refs #1085 #10871 parent 6b67aa4 commit e9671ab
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
102 | | - | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
| |||
0 commit comments