Skip to content

Update package.json

Update package.json #2

Workflow file for this run

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_WEBHOOK_HAWK }}