mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +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:
|
paths:
|
||||||
- 'charts/kyverno/**'
|
- 'charts/kyverno/**'
|
||||||
|
pull_request:
|
||||||
env:
|
env:
|
||||||
HELM_CHART_URL: "https://nirmata.github.io/kyverno/helm-charts/"
|
HELM_CHART_URL: "https://nirmata.github.io/kyverno/helm-charts/"
|
||||||
|
|
||||||
|
@ -44,6 +45,6 @@ jobs:
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||||
with:
|
with:
|
||||||
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
FOLDER: output
|
FOLDER: output
|
||||||
|
|
Loading…
Add table
Reference in a new issue