-
Notifications
You must be signed in to change notification settings - Fork 49
feat: publish to public npm via trusted publishing #771
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@openchoreo/backstage-plugin': patch | ||
| --- | ||
|
|
||
| Publish `@openchoreo/*` to the public npm registry instead of GitHub Packages. Installing the plugins no longer requires a GitHub personal access token or any registry configuration. Releases are published from CI via npm trusted publishing (OIDC), so every version from this release onward carries a signed provenance attestation. |
Large diffs are not rendered by default.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,12 @@ | ||
| approvedGitRepositories: | ||
| - '**' | ||
|
|
||
| enableScripts: true | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔒 Security & Privacy | 🟠 Major | 🏗️ Heavy lift Keep dependency execution outside the OIDC-authorized publish job. The release workflow grants 📍 Affects 2 files
🤖 Prompt for AI Agents |
||
|
|
||
| nodeLinker: node-modules | ||
|
|
||
| yarnPath: .yarn/releases/yarn-4.4.1.cjs | ||
| npmMinimalAgeGate: 0 | ||
|
coderabbitai[bot] marked this conversation as resolved.
Outdated
|
||
|
|
||
| npmPublishRegistry: 'https://registry.npmjs.org' | ||
|
|
||
| yarnPath: .yarn/releases/yarn-4.18.0.cjs | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -64,5 +64,5 @@ | |
| "prettier --write" | ||
| ] | ||
| }, | ||
| "packageManager": "yarn@4.4.1" | ||
| "packageManager": "yarn@4.18.0" | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.