We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39db2bd commit db78accCopy full SHA for db78acc
1 file changed
.github/workflows/test_code.yaml
@@ -11,6 +11,14 @@ jobs:
11
run_tests:
12
runs-on: ubuntu-latest
13
name: Run Python tests
14
+ permissions:
15
+ # Gives the action the necessary permissions for publishing new
16
+ # comments in pull requests.
17
+ pull-requests: write
18
+ # Gives the action the necessary permissions for pushing data to the
19
+ # python-coverage-comment-action branch, and for editing existing
20
+ # comments (to avoid publishing multiple comments in the same PR)
21
+ contents: write
22
strategy:
23
fail-fast: false
24
matrix:
0 commit comments