Skip to content

Commit 4a141e2

Browse files
committed
add permissions
1 parent 3a8eabf commit 4a141e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: read
15+
checks: write
16+
contents: write
1617
packages: write
1718
statuses: write
1819
steps:

0 commit comments

Comments
 (0)