Skip to content

Commit 87b6989

Browse files
authored
Update ci-checks.yaml
Trying to see if permissions will fix actions not being able to upload reports.
1 parent 674cb33 commit 87b6989

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-checks.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: CI Checks
22

33
on: [push]
44

5+
permissions:
6+
statuses: write
7+
checks: write
8+
contents: read
9+
510
jobs:
611
test:
712
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)