mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 19:05:27 +00:00
testing changes
This commit is contained in:
parent
f695b17208
commit
a7975b5226
1 changed files with 2 additions and 1 deletions
3
.github/workflows/helm-release.yaml
vendored
3
.github/workflows/helm-release.yaml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
- "*"
|
||||
paths:
|
||||
- 'charts/kyverno/**'
|
||||
pull_request:
|
||||
env:
|
||||
HELM_CHART_URL: "https://nirmata.github.io/kyverno/helm-charts/"
|
||||
|
||||
|
@ -44,6 +45,6 @@ jobs:
|
|||
- name: Release
|
||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||
with:
|
||||
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
BRANCH: gh-pages
|
||||
FOLDER: output
|
||||
|
|
Loading…
Add table
Reference in a new issue