We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b254d commit 7e1e999Copy full SHA for 7e1e999
.github/workflows/run-system-tests.yml
@@ -80,9 +80,6 @@ on:
80
required: true
81
type: string
82
83
-permissions:
84
- contents: read
85
-
86
jobs:
87
generate-matrix:
88
runs-on: ubuntu-latest
.github/workflows/system-tests.yml
@@ -21,6 +21,9 @@ on:
21
issue_comment:
22
types: [created]
23
24
+permissions:
25
+ contents: read
26
+
27
28
# Parse and build parameters from comment or from workflow params
29
parse-params:
0 commit comments