Skip to content

Merge pull request #711 from ConductionNL/feat/docs-host-to-stackiq #43

Merge pull request #711 from ConductionNL/feat/docs-host-to-stackiq

Merge pull request #711 from ConductionNL/feat/docs-host-to-stackiq #43

Workflow file for this run

name: OpenSpec Sync
on:
push:
branches: [development]
paths: ['openspec/**']
workflow_dispatch:
jobs:
sync:
# Permission CEILING for the called workflow, not a grant. The callee's
# `sync` job already declares exactly `issues: write` + `contents: read`, so
# this restates today's effective token. It creates/updates the OpenSpec
# tracking issues; the board placement is disabled (GITHUB_TOKEN cannot do
# ProjectsV2 — ConductionNL/.github#432).
permissions:
issues: write
contents: read
uses: ConductionNL/.github/.github/workflows/openspec-sync.yml@main
with:
app-name: stackiq
secrets:
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}