Harish
Harish
Hey, I think you might wanna check out on this, https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/#improvements-for-public-repository-forks After this update, changing the trigger would solve the problem natively through actions, instead of using a cron job.
This fixes [Preflight Request Error](https://stackoverflow.com/questions/43772830/access-control-allow-credentials-header-in-the-response-is-which-must-be-t)
When I was trying to create a contact through the API, I was getting Bad request response. The API docs said it would give me appropriate error messages but it...