Skip to content

[v0.1.6] Service converted to operations #17

[v0.1.6] Service converted to operations

[v0.1.6] Service converted to operations #17

Workflow file for this run

name: CD NPM
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
if: ${{github.event.created == false}}
uses: Depra-Inc/Workflows/.github/workflows/cd-npm.yml@main
secrets:
node_auth_token: ${{secrets.NPM_AUTH_TOKEN}}
discord_webhook: ${{secrets.DISCORD_WEBHOOK}}