Skip to content

chore: update CI config #714

chore: update CI config

chore: update CI config #714

Workflow file for this run

---
name: tox
on:
merge_group:
branches:
- "main"
push:
branches:
- "main"
pull_request:
branches:
- "main"
schedule:
- cron: "0 0 * * *"
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions:
id-token: write
jobs:
tox:

Check failure on line 26 in .github/workflows/tox.yml

View workflow run for this annotation

GitHub Actions / tox

Invalid workflow file

The workflow is not valid. .github/workflows/tox.yml (Line: 26, Col: 3): Error calling workflow 'ansible/team-devtools/.github/workflows/tox.yml@main'. The workflow is requesting 'checks: read, contents: read, packages: write, pull-requests: write', but is only allowed 'checks: none, contents: none, packages: none, pull-requests: none'.
uses: ansible/team-devtools/.github/workflows/tox.yml@main
with:
min_python: "3.10"
max_python: "3.13"
default_python: "3.13" # used by jobs in other_names
other_names: |
lint
pkg
devel