We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5269c8a commit 5deaacfCopy full SHA for 5deaacf
1 file changed
.github/workflows/check-action-typing.yml
@@ -1,9 +1,11 @@
1
name: Check Action Typing
2
3
on:
4
- - push
5
- pull_request
6
+permissions:
7
+ contents: read
8
+
9
jobs:
10
check_action_typing:
11
0 commit comments