Skip to content

Add id-token permission and update publish command#349

Merged
TylerJDev merged 1 commit intomainfrom
gp/oidc-migration
May 7, 2026
Merged

Add id-token permission and update publish command#349
TylerJDev merged 1 commit intomainfrom
gp/oidc-migration

Conversation

@gracepark
Copy link
Copy Markdown
Contributor

Copilot AI review requested due to automatic review settings May 7, 2026 00:00
@gracepark gracepark requested a review from a team as a code owner May 7, 2026 00:00
Copy link
Copy Markdown
Contributor

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

Updates the release publishing workflow to support an OIDC-based publish flow by granting id-token permission and adjusting the npm publish invocation.

Changes:

  • Grant id-token: write permission to the publish-github job.
  • Update the GitHub Packages publish step to use npm publish --provenance.
Show a summary per file
File Description
.github/workflows/publish.yml Updates publish job permissions and modifies the npm publish command used during releases.

Copilot's findings

Tip

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

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

- run: npm --ignore-scripts publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm --ignore-scripts publish --provenance --access public
@TylerJDev TylerJDev merged commit 147ec9a into main May 7, 2026
8 checks passed
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