We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5b247 commit 6f132aeCopy full SHA for 6f132ae
.github/workflows/ci.yaml
@@ -1,5 +1,14 @@
1
name: ci
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
14
jobs:
0 commit comments