Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot push index to gh-pages branch #111

Open
nut-api opened this issue May 18, 2022 · 2 comments
Open

Cannot push index to gh-pages branch #111

nut-api opened this issue May 18, 2022 · 2 comments

Comments

@nut-api
Copy link

nut-api commented May 18, 2022

got an error when pushing updated index.yaml to gh-pages branch

Pushing to branch "gh-pages"
fatal: unable to access '***github.com/<owner>/helm-charts/': URL using bad/illegal format or missing URL
Error: exit status 128

this is my action job:

      - name: Run chart-releaser
        uses: helm/chart-releaser-action@v1.4.0
        with:
          charts_dir: charts
          charts_repo_url: https://<owner>.github.io/helm-charts
        env:
          CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
@jplanckeel
Copy link

Hello, have you resolve your problem ?

@lorenzophys
Copy link

I think I had a similar issue: the url should be the GitHub Pages url and in your case it might not be https://<owner>.github.io/helm-charts. This is how I fixed it: lorenzophys/pvc-autoscaler@63f3f9a

Hope it helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants