mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore: do not run pr update workflow if token is not defined (#5921)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
d56ea86146
commit
c10649fc2f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pr-update.yaml
vendored
1
.github/workflows/pr-update.yaml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
autoupdate:
|
||||
if: ${{ secrets.PR_UPDATE_TOKEN }}
|
||||
permissions:
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue