From 9e8491e7503d376f6fedecb763eca7b95495fb42 Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:39:31 +0900 Subject: [PATCH] chore: updated README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a27db3e..527ff8f 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ await fetch("http://localhost:4000/", { A full example can be found [here](https://github.com/ubiquibot/assistive-pricing/blob/623ea3f950f04842f2d003bda3fc7b7684e41378/tests/http/request.http). +#### Deploying the Worker +For testing purposes, the worker can be deployed through the Worker Deploy and Worker Delete workflows. It requires to +create a personal [Cloudflare Account](https://www.cloudflare.com/), and fill the `CLOUDFLARE_ACCOUNT_ID` and `CLOUDFLARE_API_TOKEN` within your +GitHub Action Secrets. + ### Action Plugins - Ensure the kernel is running and listening for events.