mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: pr updater workflow (#7665)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
381721a841
commit
2cdeaacb87
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-update.yaml
vendored
2
.github/workflows/pr-update.yaml
vendored
|
@ -11,7 +11,7 @@ permissions: {}
|
|||
jobs:
|
||||
autoupdate:
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue