Skip to content

Commit cf521c7

Browse files
authored
feat: Update the GH actions (#98)
1 parent f5869ea commit cf521c7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/integrationtest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212

1313
grafana-api-sdk-test:
1414
runs-on: ubuntu-latest
15+
permissions: read-all
1516
strategy:
1617
matrix:
1718
python-version: [ '3.10' ]

.github/workflows/pull-request-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
pr-lint:
3232
runs-on: ubuntu-latest
33+
permissions: write-all
3334
strategy:
3435
matrix:
3536
python-version: [ '3.10' ]
@@ -53,6 +54,7 @@ jobs:
5354

5455
pr-coverage:
5556
runs-on: ubuntu-latest
57+
permissions: write-all
5658
strategy:
5759
matrix:
5860
python-version: [ '3.10' ]

0 commit comments

Comments
 (0)