Add missing permissions to access feature flags

This commit is contained in:
Henry Mercer
2026-02-27 17:39:20 +01:00
parent 389c8322d5
commit 59245fd159
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -26,6 +26,8 @@ jobs:
timeout-minutes: 45
permissions:
contents: read
# We currently need `security-events: read` to access feature flags.
security-events: read
runs-on: windows-latest
steps: