Skip to content

Remove Airtable base/table IDs from tracked files#21

Open
GreerBK wants to merge 2 commits into
mainfrom
claude/scrub-ids-readme
Open

Remove Airtable base/table IDs from tracked files#21
GreerBK wants to merge 2 commits into
mainfrom
claude/scrub-ids-readme

Conversation

@GreerBK

@GreerBK GreerBK commented Jun 2, 2026

Copy link
Copy Markdown
Owner

The README and .env.example had the real Airtable base ID and table ID hard-coded. They aren't secrets on their own (the PAT is the actual credential, and it stays in Cloudflare env vars), but internal identifiers don't belong in a public repo — it's cleaner and reduces the information available to anyone poking at the project.

  • README: replaced the inline base ID with a Configuration section explaining the server-side env vars and how to find the IDs from the Airtable URL, without committing the values.
  • .env.example: replaced the real base/table IDs with placeholders (your_base_id_here / your_table_id_here) and a comment on where to find them. This is a template file — it should never contain live values.

The PAT was already correctly kept out of the repo (.env is gitignored; the example uses a placeholder).

GreerBK and others added 2 commits June 2, 2026 17:26
The README and .env.example had the real Airtable base ID and table
ID hard-coded. They aren't secrets on their own (the PAT is the actual
credential, and it stays in Cloudflare env vars), but internal
identifiers don't belong in a public repo — it's cleaner and reduces
the information available to anyone poking at the project.

- README: replaced the inline base ID with a Configuration section
  explaining the server-side env vars and how to find the IDs from the
  Airtable URL, without committing the values.
- .env.example: replaced the real base/table IDs with placeholders
  (your_base_id_here / your_table_id_here) and a comment on where to
  find them. This is a template file — it should never contain live
  values.

The PAT was already correctly kept out of the repo (.env is gitignored;
the example uses a placeholder).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 2, 2026

Copy link
Copy Markdown

Deploying mnparkinsons with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5e31917
Status: ✅  Deploy successful!
Preview URL: https://772598f2.mnparkinsons.pages.dev
Branch Preview URL: https://claude-scrub-ids-readme.mnparkinsons.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant