Skip to content

Conversation

zibs
Copy link
Contributor

@zibs zibs commented Sep 5, 2025

Adds oidc support for npm/github actions

@zibs zibs requested a review from Copilot September 5, 2025 16:55
Copy link

changeset-bot bot commented Sep 5, 2025

⚠️ No Changeset found

Latest commit: 0eda428

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@zibs zibs changed the title Chore/OIDC chore: oidc Sep 5, 2025
Copy link

vercel bot commented Sep 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
react-native-app-auth Ready Ready Preview Comment Sep 5, 2025 4:55pm

Copy link

@Copilot 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 adds OpenID Connect (OIDC) support for npm publishing in GitHub Actions, replacing traditional token-based authentication with the more secure OIDC approach.

  • Upgrades Node.js version from 18 to 20 across workflows
  • Configures OIDC authentication for npm publishing by upgrading npm and setting registry
  • Removes dependency on NPM_TOKEN secret in favor of OIDC

Reviewed Changes

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

File Description
.github/workflows/release.yml Adds Production environment, upgrades Node.js to v20, configures npm for OIDC, and removes NPM_TOKEN
.github/workflows/pull-request.yml Updates Node.js version from 18 to 20 for consistency

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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.

1 participant