Skip to content

Commit f33eab4

Browse files
committed
Correct branch name to 'main' and limit workflow permissions to read-only to follow priniciple of least privilege.
1 parent 71eaa4f commit f33eab4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test-all.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ on:
1818
pull_request:
1919
push:
2020
branches:
21-
- master
21+
- main
22+
23+
permissions:
24+
contents: read
2225

2326
env:
2427
# make chromedriver detect installed Chrome version and download the corresponding driver

0 commit comments

Comments
 (0)