Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit 447769e

Browse files
authored
Installation instructions cleanup
1 parent 6fa960e commit 447769e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ _[Holds hand to earpiece]_ I'm being told Bluesky Search is now called [Palomar]
2727
2. Create a Cloudflare API Token (the Edit Workers template is fine)
2828
3. Create a Bluesky App Password
2929
4. Fork this repository
30-
5. Set the following in your fork:
31-
* Variables: `BLUESKY_HANDLE`, `CLOUDFLARE_ACCOUNT_ID`, `CLOUDFLARE_WORKER_NAME`
32-
* Secrets: `BLUESKY_APP_PASSWORD`, `CLOUDFLARE_API_TOKEN`
30+
5. In your fork's **Settings > Secrets and variables > Actions**, set the following:
31+
* Variable: `BLUESKY_HANDLE`
32+
* Variable: `CLOUDFLARE_ACCOUNT_ID`
33+
* Variable: `CLOUDFLARE_WORKER_NAME`
34+
* Secret: `BLUESKY_APP_PASSWORD`
35+
* Secret: `CLOUDFLARE_API_TOKEN`
3336
6. Edit [CONFIG.md](CONFIG.md) in your fork
34-
7. Run **Check Requirements** GitHub Action in your fork
35-
8. Run **Deploy to Cloudflare** GitHub Action in your fork
36-
9. Run **Publish Feed Generator** GitHub Action in your fork
37+
7. Go to **Actions** > **1. Check Requirements**, select **Run Workflow**, refresh and wait for completion
38+
8. Go to **Actions** > **2. Deploy to Cloudflare**, select **Run Workflow**, refresh and wait for completion
39+
9. Go to **Actions** > **3. Publish Feed Generator**, select **Run Workflow**, refresh and wait for completion
3740

3841
## Installation & Configuration: Director's Cut
3942

0 commit comments

Comments
 (0)