ci: add missing permissions for wpt

This commit is contained in:
Pierre Tachoire
2024-04-16 15:45:27 +02:00
parent 8b03c0c651
commit fe8b6e3060

View File

@@ -36,6 +36,11 @@ on:
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:
permissions:
pull-requests: read # required for dorny/paths-filter
contents: read
packages: read
jobs: jobs:
wpt: wpt:
name: web platform tests name: web platform tests