mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-22 22:29:30 +00:00
10 lines
621 B
Plaintext
10 lines
621 B
Plaintext
# The MatrixRTC SDK (`@element-hq/matrix-rtc`, aliased in package.json to the
|
|
# name the fork's CI publishes it under) comes from the GitHub Packages npm
|
|
# registry, which needs a token with `read:packages` even for public
|
|
# packages. This is a stop-gap while the SDK is in flux; once it is published
|
|
# to npmjs.com this file and the alias go away (docs/matrix_rtc_sdk.md).
|
|
# Only the scope->registry mapping lives here; the token goes in your
|
|
# user-level npm config (~/.npmrc), never in this file. CI writes it there
|
|
# from a repository secret (see .github/workflows).
|
|
@billcarsonfr:registry=https://npm.pkg.github.com
|