From 805a7fe9a990aa9628c8a25f8d9637312a57a3af Mon Sep 17 00:00:00 2001 From: Ott-Kaarel Martens Date: Sun, 12 Nov 2023 11:21:03 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aa419f5..56e99c6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ wrangler login 7. Configure Github action for deploying the worker – create a new [Cloudflare API token](https://dash.cloudflare.com/profile/api-tokens)(Use "Edit Cloudflare Workers" template) and add it as a secret in your fork's repository settings->secrets->actions. +8. Add the following config to you Decap CMS config: +``` + backend: + name: github + repo: + base_url: +``` + ## Credits Inspiration from: