[PR #182] chore: use trusted publishing for npm #181

Open
opened 2026-02-16 03:16:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/182
Author: @marcusschiesser
Created: 9/11/2025
Status: 🔄 Open

Base: mainHead: ms/use-trusted-publishing-npm


📝 Commits (1)

  • 722f480 chore: use trusted publishing for npm

📊 Changes

1 file changed (+9 additions, -1 deletions)

View changed files

📝 .github/workflows/release.yml (+9 -1)

📄 Description

DON'T merge!

Attempt to use: https://docs.npmjs.com/trusted-publishers

The following test failed:

  1. added packages of this project as trusted publisher see https://docs.npmjs.com/trusted-publishers
  2. used this github action

Result permission errors.

Educated guess: changeset publish is not using npm publish in the right way


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-ts/pull/182 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 9/11/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `ms/use-trusted-publishing-npm` --- ### 📝 Commits (1) - [`722f480`](https://github.com/run-llama/workflows-ts/commit/722f4806531a4e72c43d0b665c3042520767ef25) chore: use trusted publishing for npm ### 📊 Changes **1 file changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+9 -1) </details> ### 📄 Description DON'T merge! Attempt to use: https://docs.npmjs.com/trusted-publishers The following test failed: 1. added packages of this project as trusted publisher see https://docs.npmjs.com/trusted-publishers 2. used this github action Result permission errors. Educated guess: `changeset publish` is not using `npm publish` in the right way --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:16:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-ts#181