Skip to content

Commit 078818a

Browse files
committed
Fix CI permissions, bump chart releaser
1 parent bceb226 commit 078818a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release-cpo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11-
11+
permissions:
12+
contents: write
1213
steps:
1314
- name: Checkout
1415
uses: actions/checkout@v3

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
release:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214
steps:
1315
- name: Checkout
1416
uses: actions/checkout@v3
@@ -21,6 +23,6 @@ jobs:
2123
git config user.email "[email protected]"
2224
2325
- name: Run chart-releaser
24-
uses: helm/chart-releaser-action@v1.1.0
26+
uses: helm/chart-releaser-action@v1.6.0
2527
env:
2628
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)