Skip to content

Commit 2419e25

Browse files
committed
fix: add permissions for checks and pull-requests in test job
1 parent 2acae83 commit 2419e25

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
test:
2727
runs-on: ubuntu-latest
2828
needs: build
29+
permissions:
30+
checks: write
31+
pull-requests: write
2932
strategy:
3033
matrix:
3134
test: [ConsoleLogSinkTests, LoggerTests]

0 commit comments

Comments
 (0)