Skip to content

Commit b1578db

Browse files
committed
github: Add contents-write permissions to helm-chart-release action
1 parent 7dab8e3 commit b1578db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/helm-chart-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ on:
77
paths:
88
- charts/**
99
- '!charts/**/README.md'
10-
10+
# For manual dispatch
11+
workflow_dispatch:
1112
jobs:
1213
release:
14+
permissions:
15+
contents: write
1316
runs-on: ubuntu-22.04
1417
steps:
1518
- name: Checkout

0 commit comments

Comments
 (0)