We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b6684 commit 76e63d1Copy full SHA for 76e63d1
.github/workflows/publish-chart.yaml
@@ -39,7 +39,7 @@ jobs:
39
./cr index -o ${{ env.GH_OWNER }} -r ${{ env.HELM_REP }} -c https://${{ env.GH_OWNER }}.github.io/${{ env.HELM_REP }}/ -i index.yaml
40
41
- name: Push index file
42
- uses: dmnemec/copy_file_to_another_repo_action@v1.0.4
+ uses: dmnemec/copy_file_to_another_repo_action@v1.1.1
43
env:
44
API_TOKEN_GITHUB: ${{ secrets.ORG_REPO_TOKEN }}
45
with:
0 commit comments