Skip to content

ci: restrict nodejs workflow permissions to read-only#425

Open
arpitjain099 wants to merge 1 commit into
tailwindlabs:mainfrom
arpitjain099:chore/workflow-permissions
Open

ci: restrict nodejs workflow permissions to read-only#425
arpitjain099 wants to merge 1 commit into
tailwindlabs:mainfrom
arpitjain099:chore/workflow-permissions

Conversation

@arpitjain099

Copy link
Copy Markdown

Each of these workflows runs without a top-level permissions: block, so its GITHUB_TOKEN inherits the repository (or org) default, which is frequently read/write for all scopes.

Setting contents: read explicitly on .github/workflows/nodejs.yml keeps the workflow token scoped to what the job actually uses. If a third-party action or transitive dependency in the run were ever compromised, a read-only token limits the damage (no pushes, no releases, no token-backed writes). The change is mechanical and does not alter any step.

Set an explicit least-privilege permissions block so the workflow GITHUB_TOKEN is scoped to contents: read instead of inheriting the repository default.

Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
@vercel

vercel Bot commented Jun 2, 2026

Copy link
Copy Markdown

@arpitjain099 is attempting to deploy a commit to the Tailwind Labs Team on Vercel.

A member of the Team first needs to authorize it.

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