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_SECRET
Deploy with
wrangler deploy
Clone the repository, then run:
npm install
To update wrangler
:
npm install wrangler
There is a github action that will deploy the latest version to Cloudflare