Skip to content

Commit

Permalink
bug: fix doc workflow (#1082)
Browse files Browse the repository at this point in the history
Invalid workflow file: .github/workflows/docs-ci-trigger.yaml#L12

The workflow is not valid. .github/workflows/docs-ci-trigger.yaml
 (Line: 12, Col: 14): Unrecognized named-value: 'secrets'.
Located at position 1 within expression: secrets.GH_TOKEN_NVIDIA_CI_CD
  • Loading branch information
rollandf authored Sep 23, 2024
2 parents d2dbf26 + bcf6f76 commit cec1b89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs-ci-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ jobs:
trigger_downstream_workflow:
uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main
with:
token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
git_tag: ${{ github.ref_name }}
secrets: inherit

0 comments on commit cec1b89

Please sign in to comment.