Skip to content

Commit

Permalink
add npm publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 14, 2024
1 parent 1301e6b commit c17a865
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Publish package to NPM

on:
push:
branches:
- main

jobs:
publish-and-notify:
uses: codex-team/github-workflows/.github/workflows/npm-publish-and-notify-reusable.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
CODEX_BOT_NOTIFY_EDITORJS_PUBLIC_CHAT: ${{ secrets.CODEX_BOT_NOTIFY_EDITORJS_PUBLIC_CHAT }}

0 comments on commit c17a865

Please sign in to comment.