We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58ca05 commit b4a38c8Copy full SHA for b4a38c8
1 file changed
.github/workflows/CI.yaml
@@ -5,6 +5,12 @@ on:
5
pull_request:
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: read
10
+ issues: read
11
+ checks: write
12
+ pull-requests: write
13
+
14
jobs:
15
test:
16
name: Run Tests
0 commit comments