Skip to content

Commit 5046f15

Browse files
committed
ci: fix CI permissions
1 parent e1a6ffa commit 5046f15

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
12
name: Code Quality
3+
permissions:
4+
checks: write
5+
pull-requests: write
6+
contents: read
27

38
on:
49
push:

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Unit Tests
22

3+
permissions:
4+
checks: write
5+
pull-requests: write
6+
contents: read
7+
38
on:
49
push:
510
branches: [ "main", "master" ]

0 commit comments

Comments
 (0)