diff --git a/.github/workflows/publish-chart.yml b/.github/workflows/publish-chart.yml index edb9aa0..0e290c4 100644 --- a/.github/workflows/publish-chart.yml +++ b/.github/workflows/publish-chart.yml @@ -67,7 +67,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: