Skip to content

Conversation

@jayree
Copy link

@jayree jayree commented Nov 4, 2025

What does this PR do?

Adds support for token-based package publishing to npm using OIDC authentication. The dependency check was updated so that NPM publishing workflows that use OIDC no longer require an NPM_TOKEN environment variable. This enables CI workflows to publish packages via OIDC without supplying a classic NPM token.

      sf-release npm:package:release \
        --githubtag "$INPUTS_GITHUB_TAG" \
        --npmtag "$INPUTS_TAG" \
        --no-install \
        ${{ !secrets.NPM_TOKEN && '--oidc' || '' }} \

What issues does this PR fix or reference?

@jayree jayree requested a review from a team as a code owner November 4, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant