Integrating With Github #6765
-
I am using weblate-docker and but not able to push my changes as PR to GITHUB. Basically I generated SSH Key in weblate and used the same for generating token on Github end.
None of the above is working for me, it still gives Bad Credentials error. Can you please let me know if I am missing something here ? [Update]
I AM GETTING BELOW EXCEPTION: My Debugging Info: (ON My Public Repo)
WHEN I ADD THIS: I AM ABLE TO PUSH FROM TERMINAL. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Weblate pushes as well, but fails to create the pull request. WEBLATE_GITHUB_USERNAME should be username for which the WEBLATE_GITHUB_TOKEN is generated, so it is most likely wrong for your case. |
Beta Was this translation helpful? Give feedback.
Weblate pushes as well, but fails to create the pull request.
WEBLATE_GITHUB_USERNAME should be username for which the WEBLATE_GITHUB_TOKEN is generated, so it is most likely wrong for your case.