From fe8b6e30604b937cdcf6ce13288b08724caf2b23 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 16 Apr 2024 15:45:27 +0200 Subject: [PATCH] ci: add missing permissions for wpt --- .github/workflows/wpt.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 0fa9371f..d444460d 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -36,6 +36,11 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +permissions: + pull-requests: read # required for dorny/paths-filter + contents: read + packages: read + jobs: wpt: name: web platform tests