experiment with permissions

This commit is contained in:
Anton Larin 2023-08-21 13:48:18 +02:00 committed by GitHub
parent a2ef84a4a0
commit 44f353861a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,14 @@
name: Run python tests with pytest name: Run Python tests with pytest
on: [push, pull_request] on: [push, pull_request]
permissions:
pull-requests: write
jobs: jobs:
pytest_and_coverage: pytest_and_coverage:
name: Run tests and count coverage name: Run tests and count coverage
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix: