Skip to content

Commit c0cd783

Browse files
committed
Add permissions on GitHub workflows
1 parent 3261919 commit c0cd783

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

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

3+
permissions:
4+
contents: read
5+
36
on:
47
pull_request:
58
push:

.github/workflows/run-tests.yml

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

3+
permissions:
4+
contents: read
5+
36
on:
47
pull_request:
58
push:

0 commit comments

Comments
 (0)