Skip to content

Commit

Permalink
Configure permissions for GitHub Actions in pytest.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
K-dash committed May 29, 2024
1 parent 3531d9b commit 5b8facc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Pytest

permissions:
contents: read
pull-requests: write
permissions: write-all

on: [push, pull_request]

Expand Down

0 comments on commit 5b8facc

Please sign in to comment.