Skip to content

trigger ci workflow #16

trigger ci workflow

trigger ci workflow #16

name: Documentation CI - call downstream workflow
on:
push:
#branches:
#- test-netops-docs-workflow
paths:
- manifests/**
jobs:
trigger_downstream_workflow:
uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@test-netops-docs-workflow

Check failure on line 12 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: 12, Col: 11): Input token is required, but not provided while calling. .github/workflows/docs-ci-trigger.yaml (Line: 16, Col: 14): Invalid secret, token is not defined in the referenced workflow.
with:
git_tag: ${{ github.ref_name }}
secrets:
token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}