We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d7720 commit 84080ecCopy full SHA for 84080ec
1 file changed
.github/workflows/helm-release.yml
@@ -25,9 +25,9 @@ jobs:
25
uses: helm/chart-releaser-action@v1.4.0
26
with:
27
charts_dir: k8s/flowable
28
- charts_repo_url: https://flowable.github.io/helm/
+ # charts_repo_url: https://flowable.github.io/helm/
29
env:
30
- CR_OWNER: yvoswillens
31
- CR_GIT_REPO: yvoswillens.github.io
32
- CR_PACKAGE_PATH: helm
+ # CR_OWNER: yvoswillens
+ # CR_GIT_REPO: yvoswillens.github.io
+ # CR_PACKAGE_PATH: helm
33
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments