experiment with permissions

pull/306/head
Anton Larin 1 year ago committed by GitHub
parent a2ef84a4a0
commit 44f353861a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save