Skip to content

Commit fe8b6e3

Browse files
committed
ci: add missing permissions for wpt
1 parent 8b03c0c commit fe8b6e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wpt.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ on:
3636
# Allows you to run this workflow manually from the Actions tab
3737
workflow_dispatch:
3838

39+
permissions:
40+
pull-requests: read # required for dorny/paths-filter
41+
contents: read
42+
packages: read
43+
3944
jobs:
4045
wpt:
4146
name: web platform tests

0 commit comments

Comments
 (0)