Skip to content

Commit 55998f8

Browse files
authored
chore: restrict GitHub workflow permissions (#48)
Signed-off-by: Melissa Kilby <[email protected]>
1 parent 94f078b commit 55998f8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build Matter Examples
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches: ["main"]

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Lint
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches: ["main"]

0 commit comments

Comments
 (0)