mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-19 21:25:39 +00:00
experiment with permissions
This commit is contained in:
parent
a2ef84a4a0
commit
44f353861a
9
.github/workflows/pytest.yml
vendored
9
.github/workflows/pytest.yml
vendored
@ -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…
Reference in New Issue
Block a user