Skip to content

Conversation

@Megamind51
Copy link
Contributor

Copilot AI review requested due to automatic review settings January 9, 2026 17:54
@Megamind51 Megamind51 force-pushed the support/update-release branch from 0dbf88e to ea3b2ec Compare January 9, 2026 17:56
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR migrates the release workflow from using static NPM tokens to OIDC-based trusted publishing, which is a more secure authentication method that eliminates the need for long-lived secrets.

Key changes:

  • Adds OIDC permissions (id-token: write) and registry URL configuration to enable trusted publishing
  • Updates release-it configuration with skipChecks: true to support OIDC authentication flow
  • Removes manual NPM token configuration step from the workflow

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.release-it.js Adds skipChecks: true to npm configuration, required for OIDC publishing since authentication checks happen during publish
.github/workflows/release.yaml Configures OIDC permissions, adds registry URL to setup-node, removes manual token configuration, and fixes minor grammar in step name

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

@vitorcoxta vitorcoxta left a comment

Choose a reason for hiding this comment

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

LGTM!

@vitorcoxta vitorcoxta merged commit bf6be58 into master Jan 9, 2026
4 checks passed
@vitorcoxta vitorcoxta deleted the support/update-release branch January 9, 2026 17:56
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.

3 participants