Revert "experiment with permissions"

This reverts commit 44f353861a.
pull/306/head
Anton Larin 1 year ago
parent 44f353861a
commit 47f62a87a7

@ -1,14 +1,13 @@
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