Skip to content

docs(web): fold the specification relation into the existing model pages #13

docs(web): fold the specification relation into the existing model pages

docs(web): fold the specification relation into the existing model pages #13

Workflow file for this run

name: release
on:
push:
branches: [main]
jobs:
code:
uses: cyberuni/.github/.github/workflows/pnpm-verify.yml@main
with:
os: '["ubuntu-latest"]'
skip-playwright: true
# Secretless: GITHUB_TOKEN for the version PR, npm trusted publishing (OIDC) to
# publish. No CI_GITHUB_TOKEN or NPM_TOKEN, so nothing to rotate or silently expire.
# The trusted publisher registered at npmjs.com must name THIS file (release.yml),
# not the reusable workflow it calls.
release:
uses: cyberuni/.github/.github/workflows/pnpm-release-changeset-oidc.yml@main
needs: code
permissions:
id-token: write
contents: write
pull-requests: write