Skip to content

Commit 1e55a48

Browse files
committed
rename python ci-cd workflow
2 parents 612bb78 + d2290b6 commit 1e55a48

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Python CI/CD
2+
permissions:
3+
contents: read
24

35
on:
46
pull_request:

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99

1010
jobs:
1111
quality:
12+
permissions:
13+
contents: read
1214
runs-on: ubuntu-latest
1315
steps:
1416
- name: Check out

0 commit comments

Comments
 (0)