Skip to content

GH-349: Extend service with a list app definitions endpoint #86

GH-349: Extend service with a list app definitions endpoint

GH-349: Extend service with a list app definitions endpoint #86

Workflow file for this run

name: "[NPM] common"
on:
push:
branches:
- main
paths:
- "node/package-lock.json"
- "node/common/**"
# Publish when a workflow has changed (this is needed to detect version updates)
- ".github/workflows/ci-node-common.yml"
- ".github/workflows/reusable-npm.yml"
pull_request:
branches:
- main
paths:
- "node/package-lock.json"
- "node/common/**"
release:
types:
- published
jobs:
run:
uses: ./.github/workflows/reusable-npm.yml
permissions:
contents: read
id-token: write
with:
package_workspace: common
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}