A simple Cloufdflare Worker endpoint that creates newly assigned Github issues in Todoist
This project was initialised with these commands:
npm install -g wrangler
wrangler login
wrangler init --from-dash github2todoist
wrangler secret put TODOIST_API_KEY
wrangler secret put GITHUB_WEBHOOK_SECRETDeploy with
wrangler deployClone the repository, then run:
npm installTo update wrangler:
npm install wranglerThere is a github action that will deploy the latest version to Cloudflare
