From ec74dc5a338ce58f36f672038ba4cc746f6b3a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 11:21:21 +0000 Subject: [PATCH] Bump stefanprodan/helm-gh-pages from 1.6.0 to 1.7.0 Bumps [stefanprodan/helm-gh-pages](https://github.com/stefanprodan/helm-gh-pages) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/stefanprodan/helm-gh-pages/releases) - [Commits](https://github.com/stefanprodan/helm-gh-pages/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: stefanprodan/helm-gh-pages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/helm.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 60979d626..fb5519ffc 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Publish Helm charts - uses: stefanprodan/helm-gh-pages@v1.6.0 + uses: stefanprodan/helm-gh-pages@v1.7.0 with: token: ${{ secrets.GITHUB_TOKEN }} charts_url: https://flagger.app diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e74cd109f..7ddbc6c28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: run: | cosign sign ${{ env.IMAGE }}:${{ steps.prep.outputs.VERSION }} - name: Publish Helm charts - uses: stefanprodan/helm-gh-pages@v1.6.0 + uses: stefanprodan/helm-gh-pages@v1.7.0 with: token: ${{ secrets.GITHUB_TOKEN }} charts_url: https://flagger.app