Skip to content

Merge pull request #4 from hodfords-solutions/feat/support-stripe-parser #22

Merge pull request #4 from hodfords-solutions/feat/support-stripe-parser

Merge pull request #4 from hodfords-solutions/feat/support-stripe-parser #22

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches:
- main
jobs:
lint:
uses: hodfords-solutions/actions/.github/workflows/lint.yaml@main
build:
uses: hodfords-solutions/actions/.github/workflows/publish.yaml@main
with:
build_path: dist/libs/api-gateway;dist/libs/client
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
update-docs:
uses: hodfords-solutions/actions/.github/workflows/update-doc.yaml@main
needs: build
secrets:
DOC_SSH_PRIVATE_KEY: ${{ secrets.DOC_SSH_PRIVATE_KEY }}