Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ottmartens committed Nov 12, 2023
1 parent 1a9ba40 commit 805a7fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <your-repo>
base_url: <cloudflare-worker-url>
```

## Credits

Inspiration from:
Expand Down

0 comments on commit 805a7fe

Please sign in to comment.