Hi ,
Thanks for creating this awesome tool! I was really excited to use it to keep my GitHub repo and Overleaf in sync without touching the UI. However, I'm consistently running into a 403 Forbidden error during the Action execution.
It seems Overleaf might have recently tightened their API access restrictions, completely blocking Git integration for Free tier accounts.
Steps to reproduce:
- Followed the setup guide and ran the Python script.
- Successfully added
OVERLEAF_PROJECT_ID and OVERLEAF_GIT_TOKEN to GitHub Secrets.
- Triggered the workflow (either manually or via push).
Error Log (from GitHub Actions):
Fetching latest from Overleaf...
fatal: unable to access 'https://git.overleaf.com/698c3d413afa04f00b56b7c5/': The requested URL returned error: 403
Hi ,
Thanks for creating this awesome tool! I was really excited to use it to keep my GitHub repo and Overleaf in sync without touching the UI. However, I'm consistently running into a
403 Forbiddenerror during the Action execution.It seems Overleaf might have recently tightened their API access restrictions, completely blocking Git integration for Free tier accounts.
Steps to reproduce:
OVERLEAF_PROJECT_IDandOVERLEAF_GIT_TOKENto GitHub Secrets.Error Log (from GitHub Actions):