add write permissions
Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
parent
231634b4f4
commit
a2a9424345
1 changed files with 3 additions and 0 deletions
3
.github/workflows/chart-version-bump.yml
vendored
3
.github/workflows/chart-version-bump.yml
vendored
|
@ -8,6 +8,9 @@ on:
|
||||||
types:
|
types:
|
||||||
- labeled
|
- labeled
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
helm-bumper:
|
helm-bumper:
|
||||||
if: ${{ (contains(github.event.pull_request.labels.*.name, 'renovate')) }}
|
if: ${{ (contains(github.event.pull_request.labels.*.name, 'renovate')) }}
|
||||||
|
|
Loading…
Reference in a new issue