{"id":25652392,"url":"https://github.com/hyperweb-io/starship-action","last_synced_at":"2026-04-01T17:11:21.900Z","repository":{"id":62310657,"uuid":"558839932","full_name":"hyperweb-io/starship-action","owner":"hyperweb-io","description":"Github Action for creating and running starship repo","archived":false,"fork":false,"pushed_at":"2026-03-18T07:24:04.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-28T09:29:07.117Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperweb-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-10-28T12:19:12.000Z","updated_at":"2026-01-15T08:07:21.000Z","dependencies_parsed_at":"2023-10-14T14:25:15.254Z","dependency_job_id":"88140bc4-1335-4e5a-b024-a39a8cffc0b9","html_url":"https://github.com/hyperweb-io/starship-action","commit_stats":null,"previous_names":["anmol1696/shuttle-action","cosmology-tech/starship-action"],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/hyperweb-io/starship-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperweb-io%2Fstarship-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperweb-io%2Fstarship-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperweb-io%2Fstarship-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperweb-io%2Fstarship-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperweb-io","download_url":"https://codeload.github.com/hyperweb-io/starship-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperweb-io%2Fstarship-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-02-23T18:18:27.464Z","updated_at":"2026-04-01T17:11:21.863Z","avatar_url":"https://github.com/hyperweb-io.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starship Action\n\n\u003cp align=\"left\" width=\"100%\"\u003e\n   \u003ca href=\"https://github.com/hyperweb-io/starship-action/actions/workflows/test.yaml\"\u003e\u003cimg height=\"20\" src=\"https://github.com/hyperweb-io/starship-action/actions/workflows/test.yaml/badge.svg\"\u003e\u003c/a\u003e\n   \u003ca href=\"https://github.com/hyperweb-io/starship-action/releases/latest\"\u003e\u003cimg height=\"20\" src=\"https://img.shields.io/github/v/release/hyperweb-io/starship-action\"\u003e\u003c/a\u003e\n   \u003ca href=\"https://github.com/hyperweb-io/starship-action/blob/main/LICENSE\"\u003e\u003cimg height=\"20\" src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nGitHub Action for creating and running [starship devnets](https://github.com/hyperweb-io/starship) in CI.\n\n## Usage\n\n### Pre-requisites\n\nCreate a workflow YAML file in your `.github/workflows` directory. An [example workflow](#example-workflow) is available below.\nFor more information, reference the GitHub Help Documentation for [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file).\n\n### Inputs\n\n| Input | Required | Default | Description |\n|-------|----------|---------|-------------|\n| `config` | Yes | - | Path to the config file for helm chart for starship devnet inputs |\n| `cli-version` | No | `3.10.0` | Version of @starship-ci/cli to use |\n| `kubeconfig` | No | - | Kubeconfig for remote cluster. If set, will be used instead of creating local kind cluster |\n| `namespace` | No | `ci-${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}` | Kubernetes namespace for helm chart deployment |\n| `repo` | No | `https://hyperweb-io.github.io/starship` | Helm repo URL to fetch the chart from |\n| `name` | No | `starship-devnet` | Release name for the helm chart deployment |\n| `chart` | No | `starship/devnet` | Name of the helm chart to use |\n| `timeout` | No | `10m` | Timeout duration for helm install |\n\n### Outputs\n| Output | Description |\n|--------|-------------|\n| `namespace` | Namespace where the devnet is deployed |\n| `name` | Name of the helm chart, same as `name` input |\n\n### Example Configuration\n\nCreate a config file (eg: `starship-config.yaml`):\n```yaml\nname: starship-localnet\nversion: 1.7.0\n\nchains:\n- id: osmosis-1\n  name: osmosis\n  numValidators: 2\n  ports:\n    rest: 1313\n    rpc: 26653\n    faucet: 8003\n- id: cosmoshub-4\n  name: cosmoshub\n  numValidators: 2\n  ports:\n    rest: 1317\n    rpc: 26657\n    faucet: 8007\n\nrelayers:\n- name: osmos-cosmos\n  type: hermes\n  replicas: 1\n  chains:\n    - osmosis-1\n    - cosmoshub-4\n\nexplorer:\n  enabled: true\n  ports:\n    rest: 8080\n\nregistry:\n  enabled: true\n  ports:\n    rest: 8081\n```\n\n### Example Workflow\n\nCreate a workflow (eg: `.github/workflows/starship.yaml`):\n```yaml\nname: Create Starship devnet\n\non: pull_request\n\njobs:\n  create-devnet:\n    runs-on: ubuntu-latest\n    \n    steps:\n      - uses: actions/checkout@v4\n      - uses: actions/setup-node@v6\n        with:\n          node-version: \"24\"\n\n      - name: Create starship devnet for osmos and wasm\n        uses: hyperweb-io/starship-action@1.0.0\n        with:\n          config: ./starship-config.yaml\n```\n\n### Troubleshooting\n\n#### Common Issues\n\n1. **Kubeconfig Issues**\n   - If using a remote cluster, ensure the kubeconfig file is properly formatted\n   - Check that the kubeconfig has the correct permissions\n\n2. **Helm Chart Issues**\n   - Verify the chart name and repository are correct\n   - Check that the specified version is available in the repository\n\n3. **Namespace Issues**\n   - Ensure the namespace doesn't contain invalid characters\n   - Check that you have permissions to create/use the specified namespace\n\n## Related Projects\n\n- [Starship](https://github.com/hyperweb-io/starship) - Universal interchain development environment in k8s\n- [Cosmology](https://github.com/hyperweb-io) - Interchain JavaScript Stack\n\n## Credits\n\n🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)\n\n## License\n\nMIT © [Hyperweb](https://github.com/hyperweb-io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperweb-io%2Fstarship-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperweb-io%2Fstarship-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperweb-io%2Fstarship-action/lists"}