Skip to content

Documentation CI - call downstream workflow #56

Documentation CI - call downstream workflow

Documentation CI - call downstream workflow #56

name: Documentation CI - call downstream workflow
on:
push:
tags:
- "v*"
paths:
- deployment/**/values.yaml
- api/**
pull_request:
types:
- opened
- synchronize
- edited
paths:
- deployment/**/values.yaml
- api/**
jobs:
trigger_downstream_workflow:
uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@set_docs_pat_as_input
secrets:
gh_docs_token: ${{ secrets.GH_DOCS_TOKEN }}