Skip to content

Commit 88661c1

Browse files
authored
Fix permissions for git-auto-commit-action (#2705)
1 parent 5fc7b46 commit 88661c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
min_k8s_version: ${{ steps.vars.outputs.min_k8s_version }}
3434
k8s_latest: ${{ steps.vars.outputs.k8s_latest }}
3535
helm_changes: ${{ steps.filter.outputs.charts }}
36+
permissions:
37+
contents: write
3638
steps:
3739
- name: Checkout Repository
3840
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

0 commit comments

Comments
 (0)