forked from kyverno/kyverno
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
023f5aa
commit 971a752
Showing
1 changed file
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,18 +75,20 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Unshallow | ||
run: git fetch --prune --unshallow | ||
- name: Configure Git | ||
run: | | ||
git config user.name "$GITHUB_ACTOR" | ||
git config user.email "[email protected]" | ||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
- name: Install Helm | ||
uses: azure/setup-helm@v1 | ||
with: | ||
go-version: 1.14 | ||
version: v3.4.0 | ||
|
||
- uses: J12934/helm-gh-pages-action@master | ||
name: Run Helm Publish | ||
with: | ||
access-token: ${{ secrets.GITHUB_TOKEN }} | ||
deploy-branch: gh-pages | ||
charts-folder: charts | ||
- name: Run chart-releaser | ||
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |