{"id":50311199,"url":"https://github.com/manics/helm-gh-pages-action","last_synced_at":"2026-05-28T21:01:27.731Z","repository":{"id":339806903,"uuid":"1127770392","full_name":"manics/helm-gh-pages-action","owner":"manics","description":"Publish Helm charts to GitHub Pages","archived":false,"fork":false,"pushed_at":"2026-02-21T16:43:46.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-21T23:04:47.200Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-04T15:06:22.000Z","updated_at":"2026-02-21T16:42:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/manics/helm-gh-pages-action","commit_stats":null,"previous_names":["manics/helm-gh-pages-action"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/manics/helm-gh-pages-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manics%2Fhelm-gh-pages-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manics%2Fhelm-gh-pages-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manics%2Fhelm-gh-pages-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manics%2Fhelm-gh-pages-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manics","download_url":"https://codeload.github.com/manics/helm-gh-pages-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manics%2Fhelm-gh-pages-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33626142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-28T21:01:26.842Z","updated_at":"2026-05-28T21:01:27.721Z","avatar_url":"https://github.com/manics.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm GitHub Pages Action\n\nPublish Helm charts to GitHub Pages.\n\nThis will publish Helm charts and the Helm repository index to GitHub Pages.\n\n## Example workflows\n\nYour GitHub Pages branch (default `gh-pages`) must already exist in the repository.\n\n```yaml\nname: Publish\non:\n  push:\n    branches:\n      - main\n\nenv:\n  COMMIT_USER: helm-chart-bot\n\njobs:\n  helm-chart:\n    name: Publish chart\n    runs-on: ubuntu-24.04\n    permissions:\n      # Requires write permission to push to the GitHub Pages branch\n      contents: write\n\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v6\n\n      - name: Publish to gh-pages\n        uses: manics/helm-gh-pages-action@v0.1.1\n        with:\n          # Directory in this repository containing the Helm chart\n          chart-dir: chart\n```\n\nOnly publish tags, and automatically update the chart version\n\n```yaml\n      - name: Update Chart.yaml version with tag\n        run: |\n          export VERSION=${{ github.ref_name }}\n          yq --inplace '.version = env(VERSION)' chart/Chart.yaml\n          git diff\n\n      - name: Publish to gh-pages\n        uses: manics/helm-gh-pages-action@v0.1.1\n        if: startsWith(github.ref, 'refs/tags/')\n        with:\n          chart-dir: chart\n```\n\n## Installing a published chart\n\n```sh\nhelm repo add my-chart-repository https://USERNAME.github.io/REPOSITORY_NAME/\nhelm install RELEASE_NAME my-chart-repository/CHART_NAME ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanics%2Fhelm-gh-pages-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanics%2Fhelm-gh-pages-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanics%2Fhelm-gh-pages-action/lists"}