Skip to content

Commit 265c432

Browse files
committed
Adjust workflow permissions for report uploads
1 parent 336e524 commit 265c432

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ on:
1919
jobs:
2020
build:
2121
name: Build on ${{ matrix.os }}
22+
permissions:
23+
contents: read
24+
checks: write
2225
runs-on: ${{ matrix.os }}
2326
strategy:
2427
fail-fast: false

0 commit comments

Comments
 (0)