Skip to content

Commit 5375332

Browse files
Fix security issues for helm test workflow (#1908)
Signed-off-by: ZePan110 <ze.pan@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent df33800 commit 5375332

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/_helm-e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Helm Chart E2e Test For Call
5-
permissions: read-all
5+
permissions:
6+
contents: read
7+
68
on:
79
workflow_call:
810
inputs:

0 commit comments

Comments
 (0)