Skip to content

Testing docs-ci-trigger auto PR [Do Not Merge] #52

Testing docs-ci-trigger auto PR [Do Not Merge]

Testing docs-ci-trigger auto PR [Do Not Merge] #52

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: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main
secrets:
token: ${{ secrets.GH_DOCS_TOKEN }}

Check failure on line 24 in .github/workflows/docs-ci-trigger.yaml

View workflow run for this annotation

GitHub Actions / Documentation CI - call downstream workflow

Invalid workflow file

The workflow is not valid. .github/workflows/docs-ci-trigger.yaml (Line: 24, Col: 14): Invalid secret, token is not defined in the referenced workflow.

Check failure on line 24 in .github/workflows/docs-ci-trigger.yaml

View workflow run for this annotation

GitHub Actions / Documentation CI - call downstream workflow

Invalid workflow file

The workflow is not valid. .github/workflows/docs-ci-trigger.yaml (Line: 24, Col: 14): Invalid secret, token is not defined in the referenced workflow.