python-tuf/.github/workflows/ci.yml
Jussi Kukkonen 53521bfda0 workflows: Set top-level permissions
This changes very little but it does mean any jobs added in future have to
be explicit about the permissions they need. This also makes OSSF scorecard
happier.

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2022-10-30 12:56:22 +02:00

15 lines
162 B
YAML

name: CI
on:
push:
branches:
- develop
pull_request:
workflow_dispatch:
permissions: {}
jobs:
test:
uses: ./.github/workflows/_test.yml