From 234b604e4c434b977da39f3ce9fbb2ed28d772b1 Mon Sep 17 00:00:00 2001 From: Marc Strapetz <3380730+mstrap@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:21:50 +0200 Subject: [PATCH] Update README.md Improve the instructions on how to obtain the account ID. In the current Cloudflare interface, the most straightforward method is to retrieve the Account ID directly from the Workers & Pages Overview. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 290919d..cc650c1 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ GitHub Action for creating Cloudflare Pages deployments, using the new [Direct U ### Get account ID -To find your account ID, log in to the Cloudflare dashboard > select your zone in Account Home > find your account ID in Overview under **API** on the right-side menu. If you have not added a zone, add one by selecting **Add site** . You can purchase a domain from [Cloudflare’s registrar](https://developers.cloudflare.com/registrar/). +To find your account ID, log in to the Cloudflare dashboard, select Workers & Pages Overview, and find **Account ID** on the right-side menu. It should be identical to the ID from the `pages.dev` URL (e.g., `https://dash.cloudflare.com//workers-and-pages`). -If you do not have a zone registered to your account, you can also get your account ID from the `pages.dev` URL. E.g: `https://dash.cloudflare.com//pages` +Alternatively, select your zone in Account Home and find your account ID in Overview under **API** on the right-side menu. If you have not added a zone, add one by selecting **Add site** . You can purchase a domain from [Cloudflare’s registrar](https://developers.cloudflare.com/registrar/). ### Generate an API Token