Skip to content

Commit 1dbf550

Browse files
committed
Add persissions
1 parent b93d669 commit 1dbf550

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/web-ui.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ jobs:
121121

122122
report-unit-coverage:
123123
runs-on: ubuntu-latest
124+
permissions:
125+
# Required to checkout the code
126+
contents: write
127+
checks: write
128+
# Required to put a comment into the pull-request
129+
pull-requests: write
124130
needs:
125131
- unit-tests
126132
steps:

0 commit comments

Comments
 (0)