Skip to content

Commit 0454d7b

Browse files
committed
Fix the names of the secrets
1 parent fed6235 commit 0454d7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ Follow these steps:
6060
2. **Create an API token** with "Object Read & Write" permissions, limited to your new bucket. Save the Access Key ID and Secret Access Key.
6161
3. **Add the following repository secrets in GitHub:**
6262
- `R2_ACCOUNT_ID`: Your Cloudflare account ID (found in the dashboard URL: `https://dash.cloudflare.com/<R2_ACCOUNT_ID>/home`)
63-
- `ACCESS_KEY_ID`: The Access Key ID from your API token
64-
- `SECRET_ACCESS_KEY`: The Secret Access Key from your API token
65-
- `BUCKET`: Your bucket name
63+
- `R2_ACCESS_KEY_ID`: The Access Key ID from your API token
64+
- `R2_SECRET_ACCESS_KEY`: The Secret Access Key from your API token
65+
- `R2_BUCKET`: Your bucket name
6666
4. **Update your workflow:**
6767
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:
6868
```yaml

0 commit comments

Comments
 (0)