Skip to content

Commit 1f546c0

Browse files
committed
NO-ISSUE Grant minimum permission for test
1 parent 6873cb0 commit 1f546c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/auto-testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: read
1416
strategy:
1517
matrix:
1618
python-version:
@@ -44,6 +46,8 @@ jobs:
4446
4547
check-import:
4648
runs-on: ubuntu-latest
49+
permissions:
50+
contents: read
4751
strategy:
4852
matrix:
4953
python-version:

0 commit comments

Comments
 (0)