We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50763cf commit c472cf8Copy full SHA for c472cf8
.github/workflows/test.yml
@@ -2,6 +2,9 @@ name: Test
2
3
on: [push, pull_request, workflow_call]
4
5
+permissions:
6
+ contents: read
7
+
8
env:
9
PACKAGE: radicli
10
0 commit comments