From b05076d6adb000fad2d3bbdad66ec7d1f64f7061 Mon Sep 17 00:00:00 2001 From: Ido Heyvi Date: Wed, 30 Oct 2024 16:24:51 +0200 Subject: [PATCH] trigger ci workflow --- .github/workflows/docs-ci-trigger.yaml | 4 ++-- manifests/test-docs-workflow.yaml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-ci-trigger.yaml b/.github/workflows/docs-ci-trigger.yaml index 1e285fd6d..cd9e0c31a 100644 --- a/.github/workflows/docs-ci-trigger.yaml +++ b/.github/workflows/docs-ci-trigger.yaml @@ -9,8 +9,8 @@ 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 + token: ${{ env.GH_TOKEN_NVIDIA_CI_CD }} #${{ secrets.GH_TOKEN_NVIDIA_CI_CD }} + secrets: inherit 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