Skip to content

Commit b4a38c8

Browse files
committed
ci: set permissions for workflow
1 parent d58ca05 commit b4a38c8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
pull_request:
66
workflow_dispatch:
77

8+
permissions:
9+
contents: read
10+
issues: read
11+
checks: write
12+
pull-requests: write
13+
814
jobs:
915
test:
1016
name: Run Tests

0 commit comments

Comments
 (0)