-
Notifications
You must be signed in to change notification settings - Fork 0
Fix: Publish workflow update & Actions version bump #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Publish workflow update & Actions version bump #4
Conversation
There was a problem hiding this 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 updates GitHub Actions workflows by bumping action versions and modifying the publish workflow to use pnpm with OIDC authentication instead of npm with token-based auth.
- Updates
actions/checkoutfrom v4 to v6 andjdx/mise-actionfrom v2 to v3 across workflows - Adds OIDC permissions and switches from
npm publishwithNODE_AUTH_TOKENtopnpm publish - Adds Node.js setup using mise-action to the publish workflow
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
.github/workflows/publish.yml |
Adds OIDC permissions, updates action versions, adds mise-action for Node.js setup, and switches to pnpm publish |
.github/workflows/check.yml |
Updates actions/checkout and jdx/mise-action to newer versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.