Skip to content

ci: configure npm trusted publishing - #54

Merged
shadowusr merged 1 commit into
masterfrom
users/shadowusr/TRIVIAL.configure-trusted-publishing
Jul 22, 2026
Merged

ci: configure npm trusted publishing#54
shadowusr merged 1 commit into
masterfrom
users/shadowusr/TRIVIAL.configure-trusted-publishing

Conversation

@shadowusr

Copy link
Copy Markdown
Member

No description provided.

@shadowusr
shadowusr merged commit c2d2d40 into master Jul 22, 2026
1 of 2 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b9f6e523eb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

push:
branches:
- master
workflow_dispatch:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Gate manual publishing to a protected environment

Adding workflow_dispatch here makes the npm publish jobs runnable manually; GitHub documents that manual runs require repository write access and let the caller select a branch (GitHub docs), while npm trusted publishing is scoped to the configured repo/workflow unless you also require a GitHub environment (npm docs). In repositories where write access is broader than release authority, or where a selected branch can alter this workflow, this bypasses the previous push-to-master/release-please gate and can publish @testplane packages from an unreviewed manual run; please require a protected environment/ref check for the dispatch path or remove the manual trigger.

Useful? React with 👍 / 👎.

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