Skip to content

Commit c171f7b

Browse files
committed
Add explicit write permissions to workflow
1 parent 9806b21 commit c171f7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
with:
3838
ref: ${{ github.sha }}
3939
secrets: inherit
40+
permissions:
41+
# Explicit permissions are required for
42+
# PRs created by dependabot user
43+
contents: write
4044

4145
chart_validation:
4246
needs: [publish_images]

0 commit comments

Comments
 (0)