You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,9 @@ Follow these steps:
61
61
2.**Create an API token** with "Object Read & Write" permissions, limited to your new bucket. Save the Access Key ID and Secret Access Key.
62
62
3.**Add the following repository secrets in GitHub:**
63
63
-`R2_ACCOUNT_ID`: Your Cloudflare account ID (found in the dashboard URL: `https://dash.cloudflare.com/<R2_ACCOUNT_ID>/home`)
64
-
-`R2_ACCESS_KEY_ID`: The Access Key ID from your API token
65
-
-`R2_SECRET_ACCESS_KEY`: The Secret Access Key from your API token
66
-
-`R2_BUCKET`: Your bucket name
64
+
-`ACCESS_KEY_ID`: The Access Key ID from your API token
65
+
-`SECRET_ACCESS_KEY`: The Secret Access Key from your API token
66
+
-`BUCKET`: Your bucket name
67
67
4.**Update your workflow:**
68
68
In the `build-iso` job of [`build-iso.yml`](/.github/workflows/build-iso.yml), uncomment the secret definitions for these secrets and set `upload-to-cloudflare: true` in the workflow inputs:
0 commit comments