Skip to content

Switch GitHub Actions to npm trusted publisher auth#17

Merged
foreverest merged 1 commit intomainfrom
update-npm-auth-flow
Feb 10, 2026
Merged

Switch GitHub Actions to npm trusted publisher auth#17
foreverest merged 1 commit intomainfrom
update-npm-auth-flow

Conversation

@foreverest
Copy link
Copy Markdown
Owner

@foreverest foreverest commented Feb 10, 2026

Summary

  • Fixes Migrate to new npm tokens #12
  • Update the GitHub Actions publish workflow to follow Step 2 of the npm trusted publisher instructions, replacing the deprecated npm access token flow with the new trusted publisher mechanism and secrets.
  • Ensure the workflow now authenticates via the configured trusted publisher credentials before publishing releases.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 10, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e5fd693) to head (9ebe382).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #17   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          190       190           
  Branches        39        37    -2     
=========================================
  Hits           190       190           
Flag Coverage Δ
node16.x 100.00% <ø> (?)
node17.x 100.00% <ø> (ø)
node18.x 100.00% <ø> (?)
node19.x 100.00% <ø> (?)
node20.x 100.00% <ø> (?)
node21.x 100.00% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@foreverest foreverest merged commit f3b4dc9 into main Feb 10, 2026
6 checks passed
@foreverest foreverest deleted the update-npm-auth-flow branch February 10, 2026 02:06
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.

Migrate to new npm tokens

2 participants