Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds OpenID Connect (OIDC) support for npm publishing in GitHub Actions, replacing traditional token-based authentication with the more secure OIDC approach.
- Upgrades Node.js version from 18 to 20 across workflows
- Configures OIDC authentication for npm publishing by upgrading npm and setting registry
- Removes dependency on NPM_TOKEN secret in favor of OIDC
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/release.yml | Adds Production environment, upgrades Node.js to v20, configures npm for OIDC, and removes NPM_TOKEN |
| .github/workflows/pull-request.yml | Updates Node.js version from 18 to 20 for consistency |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Adds oidc support for npm/github actions