We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3559a6 commit 905a8aaCopy full SHA for 905a8aa
.github/workflows/test.yml
@@ -1,4 +1,14 @@
1
name: Test
2
+
3
+# Default to 'contents: read', which grants actions to read commits.
4
+#
5
+# If any permission is set, any permission not included in the list is
6
+# implicitly set to "none".
7
8
+# see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
9
+permissions:
10
+ contents: read
11
12
on: [push, pull_request]
13
jobs:
14
test:
0 commit comments