diff --git a/.github/workflows/docs-ci-trigger.yaml b/.github/workflows/docs-ci-trigger.yaml index 1e285fd6d..4830b460d 100644 --- a/.github/workflows/docs-ci-trigger.yaml +++ b/.github/workflows/docs-ci-trigger.yaml @@ -9,8 +9,9 @@ on: jobs: trigger_downstream_workflow: - #uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main - uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@test-netops-docs-workflow - with: - git_tag: ${{ github.ref_name }} - token: 123456 + steps: + - name: Trigger Downstream Workflow + uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@test-netops-docs-workflow + with: + git_tag: ${{ github.ref_name }} + token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }} diff --git a/manifests/test-docs-workflow.yaml b/manifests/test-docs-workflow.yaml index 4196ee30e..87985898d 100644 --- a/manifests/test-docs-workflow.yaml +++ b/manifests/test-docs-workflow.yaml @@ -10,4 +10,6 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. \ No newline at end of file +# limitations under the License. + +# trigger ci workflow X 2 \ No newline at end of file