Skip to content

Commit 5bd6928

Browse files
committed
permit write
1 parent 6e6a6d8 commit 5bd6928

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/helm-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
steps:
1214
- name: Checkout
1315
uses: actions/checkout@v4
@@ -37,7 +39,7 @@ jobs:
3739
- name: Update chart version
3840
run: |
3941
git config --global user.name "${GITHUB_ACTOR}"
40-
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
42+
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
4143
4244
chart_file="${{ steps.chart_meta.outputs.chart_name }}/Chart.yaml"
4345

0 commit comments

Comments
 (0)