{"id":20345500,"url":"https://github.com/bytebase/login-action","last_synced_at":"2026-01-20T05:06:27.669Z","repository":{"id":262208286,"uuid":"886534722","full_name":"bytebase/login-action","owner":"bytebase","description":"GitHub action to login the Bytebase server","archived":false,"fork":false,"pushed_at":"2025-03-04T09:12:28.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T19:54:32.325Z","etag":null,"topics":["bytebase"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/bytebase-login","language":"Shell","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/bytebase.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":"2024-11-11T06:34:21.000Z","updated_at":"2025-03-04T09:11:36.000Z","dependencies_parsed_at":"2024-11-11T08:38:27.333Z","dependency_job_id":null,"html_url":"https://github.com/bytebase/login-action","commit_stats":null,"previous_names":["bytebase/bytebase-login-action","bytebase/login-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bytebase/login-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebase%2Flogin-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebase%2Flogin-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebase%2Flogin-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebase%2Flogin-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytebase","download_url":"https://codeload.github.com/bytebase/login-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebase%2Flogin-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28596087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":["bytebase"],"created_at":"2024-11-14T22:08:45.240Z","updated_at":"2026-01-20T05:06:27.665Z","avatar_url":"https://github.com/bytebase.png","language":"Shell","readme":"# Bytebase Login Action\n\nUse this action to log in to your Bytebase server in the GitHub CI.\n\n## Usage Example\n\n```yml\non:\n  push:\n    branches:\n      - main\n  workflow_dispatch:\n  pull_request:\n\njobs:\n  bytebase-ci:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - name: Login Bytebase\n        id: bytebase-login\n        uses: bytebase/login-action@main\n        with:\n          bytebase-url: ${{ secrets.BYTEBASE_URL }}\n          service-key: ${{ secrets.BYTEBASE_SERVICE_KEY }}\n          service-secret: ${{ secrets.BYTEBASE_SERVICE_SECRET }}\n      - name: List projects\n        run: |\n          curl \"${{ steps.bytebase-login.outputs.api_url }}/projects\" \\\n            -H 'Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}' \\\n            -H 'Content-Type: application/json; charset=utf-8'\n```\n\n## Outputs\n\n- `token`: Login result, the service account token.\n- `api_url`: Bytebase API URL with version.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytebase%2Flogin-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytebase%2Flogin-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytebase%2Flogin-action/lists"}