Skip to content

Commit 552eba8

Browse files
add permissions to test workflow
1 parent dfe93c1 commit 552eba8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
unit-tests:
1010
name: Run Helm Unit Tests
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
checks: write
15+
pull-requests: write
1216
steps:
1317
- name: Checkout
1418
uses: actions/checkout@v4

0 commit comments

Comments
 (0)