mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Merge pull request #1559 from a7i/automated-cherry-pick-of-#1514-upstream-release-1.30
Automated cherry pick of #1514: fix: github action Release Charts to have write permissions
This commit is contained in:
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@@ -5,6 +5,9 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- release-*
|
- release-*
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write # allow actions to update gh-pages branch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user