Skip to content

feat: add option to run background services #10

feat: add option to run background services

feat: add option to run background services #10

Workflow file for this run

name: CICD
on:
- push
jobs:
release:
uses: cloud-cli/workflows/.github/workflows/npm-build-release.yml@main
with:
buildCommand: 'npm i'
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}