{"id":46329180,"url":"https://github.com/bit-tasks/github-action-examples","last_synced_at":"2026-03-04T17:05:38.359Z","repository":{"id":182657799,"uuid":"668864158","full_name":"bit-tasks/github-action-examples","owner":"bit-tasks","description":"Bit GitHub Action Examples for Git CI/CD Pipelines","archived":false,"fork":false,"pushed_at":"2025-08-19T12:46:30.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-19T14:45:22.171Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/bit-tasks.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}},"created_at":"2023-07-20T19:15:08.000Z","updated_at":"2025-08-19T12:46:33.000Z","dependencies_parsed_at":"2023-07-20T21:03:22.993Z","dependency_job_id":"a4bb679a-da9f-45b1-ae0d-f13f7fbe1d74","html_url":"https://github.com/bit-tasks/github-action-examples","commit_stats":null,"previous_names":["bit-tasks/github-action-examples"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bit-tasks/github-action-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit-tasks%2Fgithub-action-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit-tasks%2Fgithub-action-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit-tasks%2Fgithub-action-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit-tasks%2Fgithub-action-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bit-tasks","download_url":"https://codeload.github.com/bit-tasks/github-action-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit-tasks%2Fgithub-action-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30086527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"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":"2026-03-04T17:05:38.279Z","updated_at":"2026-03-04T17:05:38.340Z","avatar_url":"https://github.com/bit-tasks.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bit GitHub Action Examples for Git CI/CD Pipelines\n\nExample GitHub Actions for common Bit and Git CI/CD workflows.\n\n## Setup Guide\n\n1. You need to place them inside `.github/workflows/` directory at the root of your GitHub repository.\n2. If your workspace is not at the root of the Git repository, specify the input parameter `ws-dir` in the task `bit-tasks/init@v3`.\n3. Create new [secret variables](https://docs.github.com/en/actions/security-guides/encrypted-secrets) (`BIT_CONFIG_ACCESS_TOKEN`), `GIT_USER_NAME` and `GIT_USER_EMAIL` and use them as [environment variables](https://docs.github.com/en/actions/learn-github-actions/variables) in your GitHub Action.\n4. Define `GITHUB_TOKEN` also as an [environment variable](https://docs.github.com/en/actions/learn-github-actions/variables). Here, `GITHUB_TOKEN` secret is [automatically created by GitHub Actions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication).\n\n### Automating Component Release\n\n| Task                   | Example                                              | Repo and Docs                                     |\n| ---------------------- | ---------------------------------------------------- | ------------------------------------------------- |\n| Bit Verify Components  | [verify.yml](/github-actions/verify.yml)             | [link](https://github.com/bit-tasks/verify)       |\n| Bit Tag and Export     | [tag-export.yml](/github-actions/tag-export.yml)     | [link](https://github.com/bit-tasks/tag-export)   |\n| Bit Pull Request Build | [pull-request.yml](/github-actions/pull-request.yml) | [link](https://github.com/bit-tasks/pull-request) |\n\n:arrow_down: [Download Files](https://github.com/bit-tasks/github-action-examples/raw/main/downloads/automating-component-releases.zip)\n\n### Update Workspace Components, External Dependencies and Envs\n\n| Task              | Example                                                        | Repo and Docs                                          |\n| ----------------- | -------------------------------------------------------------- | ------------------------------------------------------ |\n| Dependency Update | [dependency-update.yml](/github-actions/dependency-update.yml) | [link](https://github.com/bit-tasks/dependency-update) |\n\n:arrow_down: [Download Files](https://github.com/bit-tasks/github-action-examples/raw/main/downloads/dependency-update.zip)\n\n### Sync Git Branches with Bit Lanes\n\n| Task        | Example                                            | Repo and Docs                                    |\n| ----------- | -------------------------------------------------- | ------------------------------------------------ |\n| Branch Lane | [branch-lane.yml](/github-actions/branch-lane.yml) | [link](https://github.com/bit-tasks/branch-lane) |\n| Lane Branch | [lane-branch.yml](/github-actions/lane-branch.yml) | [link](https://github.com/bit-tasks/lane-branch) |\n\n:arrow_down: [Download Files](https://github.com/bit-tasks/github-action-examples/raw/main/downloads/branch-lane.zip)\n\n## Contributor Guide\n\nTo create zip files use the below commands.\n\n```bash\nchmod +x zip_files.sh\nbash ./zip_files.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbit-tasks%2Fgithub-action-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbit-tasks%2Fgithub-action-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbit-tasks%2Fgithub-action-examples/lists"}