Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Conversation

@DanielO15
Copy link
Collaborator

Motivation

Changes

Test instructions

Checklist

  • Tested locally
  • Tested on staging
  • Added unit tests for this change.
  • Added e2e/integration tests for this change.

@@ -0,0 +1,2 @@
@multiverse-io:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
Copy link

@tony tony Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't this this affects CI or not - but we may want to add an npmScopes for .yarnrc.yml:

npmScopes:
  multiverse-io:
    npmAlwaysAuth: true
    npmAuthToken: '${GITHUB_READ_PACKAGES_TOKEN}'
    npmRegistryServer: 'https://npm.pkg.github.com'
    npmPublishRegistry: 'https://npm.pkg.github.com'

FYI I use GITHUB_READ_PACKAGES_TOKEN as a pattern, see:

packages/rum/bundle/**/*
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you use GITHUB_TOKEN again here, does it work?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants