Commit cedf748
committed
ci: fix 403 on Edgheog docs push
staple-actions configures a global git insteadOf rewrite during mix deps.get,
converting GitHub SSH/HTTPS remotes to HTTPS with github.token credentials. That
makes the final docs push use the actions token instead of the deploy key and
fail with 403.
Remove the rewrite before push and reset origin to the SSH remote so the deploy
key is used.
Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>1 parent 32e3bfb commit cedf748
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
0 commit comments