Commit c4e5dbe
committed
fix(demos): restore HTTPS remote before git push
chezmoi apply deploys ~/.gitconfig which overwrites the GITHUB_TOKEN
credential setup from actions/checkout, causing git push to fail with
"Permission denied (publickey)". Explicitly set HTTPS remote URL with
the workflow token before pushing.1 parent 46c983f commit c4e5dbe
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
0 commit comments