Skip to content

Commit

Permalink
trigger ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvister1 committed Oct 31, 2024
1 parent 4e5e381 commit b05076d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-ci-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion manifests/test-docs-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
# limitations under the License.

# trigger ci workflow X 2

0 comments on commit b05076d

Please sign in to comment.