We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19811d commit b8dcaebCopy full SHA for b8dcaeb
1 file changed
.github/workflows/action_scanning.yml
@@ -8,6 +8,10 @@ on:
8
- '.github/actions/**/*.yml'
9
- '.github/actions/**/*.yaml'
10
11
+permissions:
12
+ contents: 'read'
13
+ actions: 'write' # Upload artifact
14
+
15
jobs:
16
scan-pr:
17
permissions:
0 commit comments