Skip to content

DNM:Update lab file as per new CML conventions #67

DNM:Update lab file as per new CML conventions

DNM:Update lab file as per new CML conventions #67

Workflow file for this run

name: Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
integration:
uses: ansible-network/github_actions/.github/workflows/integration.yml@main
with:
network_os: cisco.nxos.nxos
pytest_addopts: "--color=yes -n 2 --log-level WARNING -vvv --role-excludes=snmp_server"
secrets:
cml_ssh_password: ${{ secrets.cml_ssh_password }}
virl_host: ${{ secrets.virl_host }}
virl_password: ${{ secrets.virl_password }}
virl_username: ${{ secrets.virl_username }}

Check failure on line 20 in .github/workflows/integration.yml

View workflow run for this annotation

GitHub Actions / Integration

Invalid workflow file

The workflow is not valid. .github/workflows/integration.yml (Line: 20, Col: 22): Invalid secret, virl_username is not defined in the referenced workflow.