Skip to content

docs: align Vercel secret names and mark legacy workflow as historical - #8

Merged
MEECHAIN1 merged 1 commit into
mainfrom
codex/update-github-secrets-and-documentation
Aug 30, 2026
Merged

docs: align Vercel secret names and mark legacy workflow as historical#8
MEECHAIN1 merged 1 commit into
mainfrom
codex/update-github-secrets-and-documentation

Conversation

@MEECHAIN1

Copy link
Copy Markdown
Member

Motivation

  • Ensure repository documentation matches the active CI workflow by documenting the exact Vercel secrets the workflow reads (VERCEL_TOKEN, VERCEL_ORG_ID, VERCEL_PROJECT_ID) and discourage use of older names or committing secrets.

Description

  • Update .github/Secrets-GitHub.md to list the exact secret names, where to find their values in the Vercel dashboard, and a short Setup section instructing to add them under GitHub Settings → Secrets and variables → Actions and not to commit secrets.
  • Replace the prior example content in .github/workflow.md with a clear legacy note pointing to the active workflow at /.github/workflows/ci-cd.yaml and list the correct secret names while explicitly stating the old names are not used.
  • Remove outdated/duplicated prose that referenced legacy secret names and streamline documentation to avoid confusion with the active workflow.

Testing

  • Ran rg -n 'VERCEL_(TOKEN|ORG_ID|PROJECT_ID)' .github/Secrets-GitHub.md .github/workflow.md and confirmed the new names are present (succeeded).
  • Ran rg -n 'secrets\.VERCEL_(TOKEN|ORG_ID|PROJECT_ID)' .github/workflows/ci-cd.yaml and confirmed the workflow reads VERCEL_TOKEN, VERCEL_ORG_ID, and VERCEL_PROJECT_ID (succeeded).
  • Ran git diff --check and git status --short --branch to validate whitespace and working tree state (no errors reported).
  • Attempted remote/CI operations: git remote -v returned no configured remote so repository remote-based operations (pushing, creating PR via gh) could not be performed, and a curl query to the Vercel API returned 403 when trying to fetch project metadata, so external verification against Vercel could not be completed.

Codex Task

@vercel

vercel Bot commented Aug 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
board Ready Ready Preview Aug 30, 2026 11:05pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
coherence-verified Ignored Ignored Aug 30, 2026 11:05pm

@MEECHAIN1
MEECHAIN1 merged commit febcf14 into main Aug 30, 2026
30 checks passed

@MEECHAIN1 MEECHAIN1 left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MEECHAIN1

Copy link
Copy Markdown
Member Author

Nice

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant