We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553968d commit 769c024Copy full SHA for 769c024
.github/workflows/python-app.yml
@@ -11,6 +11,14 @@ on:
11
branches:
12
- main
13
14
+# Yoinked from https://github.com/MTES-MCT/apilos/pull/854/files
15
+# Explicitely set permissions to allow Dependabot workflow runs to write in the PR
16
+# for coverage's reporting.
17
+# By default, these are read-only when the actions are ran by Dependabot
18
+# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#changing-github_token-permissions
19
+permissions:
20
+ pull-requests: write
21
+
22
jobs:
23
Pytest:
24
runs-on: ubuntu-latest
0 commit comments