Skip to content

Commit 75de12f

Browse files
committed
add permissions to workflows
1 parent eccb024 commit 75de12f

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

.github/workflows/python-3.10.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
name: Python 3.10
55

6+
permissions:
7+
contents: read
8+
69
on:
710
push:
811
branches: [ "main" ]

.github/workflows/python-3.11.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
name: Python 3.11
55

6+
permissions:
7+
contents: read
8+
69
on:
710
push:
811
branches: [ "main" ]

.github/workflows/python-3.12.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
name: Python 3.12
55

6+
permissions:
7+
contents: read
8+
69
on:
710
push:
811
branches: [ "main" ]

.github/workflows/python-3.13.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
name: Python 3.13
55

6+
permissions:
7+
contents: read
8+
69
on:
710
push:
811
branches: [ "main" ]

.github/workflows/python-3.9.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
name: Python 3.9
55

6+
permissions:
7+
contents: read
8+
69
on:
710
push:
811
branches: [ "main" ]

0 commit comments

Comments
 (0)