Skip to content

test(rewrite): expand combined workflow coverage #116

test(rewrite): expand combined workflow coverage

test(rewrite): expand combined workflow coverage #116

# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: Request NVSkills CI
on:
issue_comment:
types: [created]
push:
jobs:
request:

Check failure on line 12 in .github/workflows/request-nvskills-ci.yml

View workflow run for this annotation

GitHub Actions / Request NVSkills CI

Invalid workflow file

The workflow is not valid. .github/workflows/request-nvskills-ci.yml (Line: 12, Col: 3): Error calling workflow 'NVIDIA/skills/.github/workflows/team-request.yml@main'. The workflow is requesting 'statuses: read', but is only allowed 'statuses: none'. .github/workflows/request-nvskills-ci.yml (Line: 12, Col: 3): Error calling workflow 'NVIDIA/skills/.github/workflows/team-request.yml@main'. The nested job 'require-nvskills-ci' is requesting 'statuses: read', but is only allowed 'statuses: none'.
if: >
(github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
startsWith(github.event.comment.body, '/nvskills-ci')) ||
(github.event_name == 'push' &&
github.actor == (vars.NVSKILLS_SIGNATURE_PUSH_ACTOR || 'nv-skills-ci[bot]') &&
startsWith(github.event.head_commit.message, vars.NVSKILLS_SIGNATURE_COMMIT_TITLE || 'Attach NVSkills validation signatures'))
permissions:
contents: read
pull-requests: read
uses: NVIDIA/skills/.github/workflows/team-request.yml@main
secrets:
NVSKILLS_CI_DISPATCH_TOKEN: ${{ secrets.NVSKILLS_CI_DISPATCH_TOKEN }}