Skip to content

Commit c647290

Browse files
committed
fix: grant frontend analysis reporting permissions
1 parent c7c7f06 commit c647290

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
frontend-tests:
4646
name: Frontend Tests
4747
if: (! github.event.pull_request.draft)
48+
permissions:
49+
contents: read
50+
checks: write
51+
security-events: write
4852
runs-on: ubuntu-24.04
4953
timeout-minutes: 5
5054
steps:

0 commit comments

Comments
 (0)