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 f5869ea commit cf521c7Copy full SHA for cf521c7
.github/workflows/integrationtest.yml
@@ -12,6 +12,7 @@ jobs:
12
13
grafana-api-sdk-test:
14
runs-on: ubuntu-latest
15
+ permissions: read-all
16
strategy:
17
matrix:
18
python-version: [ '3.10' ]
.github/workflows/pull-request-checks.yml
@@ -30,6 +30,7 @@ jobs:
30
31
pr-lint:
32
33
+ permissions: write-all
34
35
36
@@ -53,6 +54,7 @@ jobs:
53
54
55
pr-coverage:
56
57
58
59
60
0 commit comments