From 96f55a8b83dc3f0dd9f807f9858d0b901cdc1128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 07:29:51 +0000 Subject: [PATCH] chore(deps): bump dmnemec/copy_file_to_another_repo_action Bumps [dmnemec/copy_file_to_another_repo_action](https://github.com/dmnemec/copy_file_to_another_repo_action) from 1.0.4 to 1.1.1. - [Release notes](https://github.com/dmnemec/copy_file_to_another_repo_action/releases) - [Commits](https://github.com/dmnemec/copy_file_to_another_repo_action/compare/v1.0.4...v1.1.1) --- updated-dependencies: - dependency-name: dmnemec/copy_file_to_another_repo_action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-chart.yml b/.github/workflows/publish-chart.yml index 433fa2ee..2407e269 100644 --- a/.github/workflows/publish-chart.yml +++ b/.github/workflows/publish-chart.yml @@ -86,7 +86,7 @@ jobs: ./cr index -o ${{ env.GH_OWNER }} -r ${{ env.HELM_REP }} -c https://${{ env.GH_OWNER }}.github.io/${{ env.HELM_REP }}/ -i index.yaml - name: Push index file - uses: dmnemec/copy_file_to_another_repo_action@v1.0.4 + uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 env: API_TOKEN_GITHUB: ${{ secrets.ORG_REPO_TOKEN }} with: