{"id":20872500,"url":"https://github.com/romnn/setup-brane-action","last_synced_at":"2026-04-24T06:33:28.875Z","repository":{"id":110742820,"uuid":"373366181","full_name":"romnn/setup-brane-action","owner":"romnn","description":"GitHub action to setup brane.","archived":false,"fork":false,"pushed_at":"2021-06-03T15:01:20.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T16:08:34.767Z","etag":null,"topics":["actions","brane","cicd","github","pipeline"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/romnn.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}},"created_at":"2021-06-03T03:09:47.000Z","updated_at":"2021-06-03T15:01:22.000Z","dependencies_parsed_at":"2024-03-08T18:31:09.464Z","dependency_job_id":null,"html_url":"https://github.com/romnn/setup-brane-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/romnn/setup-brane-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fsetup-brane-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fsetup-brane-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fsetup-brane-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fsetup-brane-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romnn","download_url":"https://codeload.github.com/romnn/setup-brane-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fsetup-brane-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32212807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["actions","brane","cicd","github","pipeline"],"created_at":"2024-11-18T06:19:07.423Z","updated_at":"2026-04-24T06:33:28.836Z","avatar_url":"https://github.com/romnn.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## setup brane action\n\nGitHub action to setup [brane](https://github.com/onnovalkering/brane).\n\n#### Usage\n\n**Note**: Make sure the runner or container image you use the action with has at least `docker`, `git` and `make` installed.\n\n```yaml\n# .github/workflows/ci.yml\nname: CI\non: ['push']\n\njobs:\n  build:\n    runs-on: 'ubuntu-latest'\n    steps:\n    - uses: actions/checkout@v2\n\n    - name: 'setup brane'\n      uses: 'romnn/setup-brane-action@master'\n      id: brane_setup\n      # optionally:\n      with:\n        start_instance: true\n        start_ide: true\n\n    - name: 'use the brane CLI'\n      run: |\n        brane --help\n        # check that the brane services are running\n        docker ps\n\n    - name: 'query the jupyterlab IDE access token'\n      run: |\n        echo \"${{ steps.brane_setup.outputs.jupyterlab_token }}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromnn%2Fsetup-brane-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromnn%2Fsetup-brane-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromnn%2Fsetup-brane-action/lists"}