1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-25 20:59:28 +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:
Kubernetes Prow Robot
2024-11-20 15:08:54 +00:00
committed by GitHub

View File

@@ -5,6 +5,9 @@ on:
branches:
- release-*
permissions:
contents: write # allow actions to update gh-pages branch
jobs:
release:
runs-on: ubuntu-latest