Skip to content

Commit 13d6d0c

Browse files
committed
Add default permissions.
1 parent 1c02d6d commit 13d6d0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- cron: '30 5 * * *'
1111
jobs:
1212
build:
13+
permissions:
14+
checks: write
15+
contents: read
16+
packages: read
1317
runs-on: ${{ matrix.os }}
1418
strategy:
1519
matrix:

0 commit comments

Comments
 (0)