mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
experiment with permissions
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user