Skip to content

fix: enforce ACL on project/workspace listing and stats endpoints #19

fix: enforce ACL on project/workspace listing and stats endpoints

fix: enforce ACL on project/workspace listing and stats endpoints #19

Workflow file for this run

name: Publish npm Package
on:
push:
tags: ['v*']
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org
- run: npm ci
- run: cd ui && npm ci
- run: npm run build
- run: npm publish --provenance --access public