Skip to content

Commit f95cd6c

Browse files
Ryan Ghodsclaude
andcommitted
ci: add npm-publish caller workflow for OIDC trusted publishing
Seeds the public repo with the caller workflow that invokes npm-publish-reusable.yml on release: published. The reusable workflow is synced from the monorepo by sync-package on the next release. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 673e76d commit f95cd6c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Node.js Package
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
publish:
9+
uses: ./.github/workflows/npm-publish-reusable.yml
10+
secrets: inherit

0 commit comments

Comments
 (0)