{"id":28902737,"url":"https://github.com/walletconnect/ci_workflows","last_synced_at":"2025-09-23T16:45:52.045Z","repository":{"id":206532929,"uuid":"715151237","full_name":"WalletConnect/ci_workflows","owner":"WalletConnect","description":"WalletConnect Standard CI for Rust Projects","archived":false,"fork":false,"pushed_at":"2025-05-06T19:38:13.000Z","size":107,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-17T00:54:17.838Z","etag":null,"topics":["ci","github-actions"],"latest_commit_sha":null,"homepage":"","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/WalletConnect.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-11-06T15:21:39.000Z","updated_at":"2025-04-09T16:58:34.000Z","dependencies_parsed_at":"2023-11-20T10:33:09.337Z","dependency_job_id":"fd73a978-3d33-48eb-a7e2-ebe2fa7d45cb","html_url":"https://github.com/WalletConnect/ci_workflows","commit_stats":{"total_commits":31,"total_committers":3,"mean_commits":"10.333333333333334","dds":0.4193548387096774,"last_synced_commit":"da51aeea98fa49048a1dc50507e23fac36c9e4a8"},"previous_names":["walletconnect/ci_workflows"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/WalletConnect/ci_workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WalletConnect%2Fci_workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WalletConnect%2Fci_workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WalletConnect%2Fci_workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WalletConnect%2Fci_workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WalletConnect","download_url":"https://codeload.github.com/WalletConnect/ci_workflows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WalletConnect%2Fci_workflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276613226,"owners_count":25673398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"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":["ci","github-actions"],"created_at":"2025-06-21T11:30:55.728Z","updated_at":"2025-09-23T16:45:52.028Z","avatar_url":"https://github.com/WalletConnect.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# WalletConnect Standard CI for Rust Projects\n\n## Standard Flows\n\n| Name                                                         | File                                                                                     |\n|--------------------------------------------------------------|------------------------------------------------------------------------------------------|\n| [CI](docs/ci.md)                                             | [`ci.yml`](.github/workflows/ci.yml)                                                     |\n| [Release](docs/release.md)                                   | [`release.yml`](.github/workflows/release.yml)                                           |\n| [CD](docs/cd.md)                                             | [`cd.yml`](.github/workflows/cd.yml)                                                     |\n|                                                              |                                                                                          |\n| [Check App](docs/ci-check-app.md)                            | [`ci-check-app.yml`](.github/workflows/ci-check-app.yml)                                 |\n| [Check Infra](docs/ci-check-infra.md)                        | [`ci-check-infra.yml`](.github/workflows/ci-check-infra.yml)                             |\n| [Plan Infra](docs/ci-plan-infra.md)                          | [`ci-plan-infra.yml`](.github/workflows/ci-plan-infra.yml)                               |\n|                                                              |                                                                                          |\n| [Release App](docs/release-app.md)                           | [`release-app.yml`](.github/workflows/release-app.yml)                                   |\n| [Get Deployed Version](docs/release-get_deployed_version.md) | [`release-get_deployed_version.yml`](.github/workflows/release-get_deployed_version.yml) |\n| [Build and Publish](docs/build-publish.md)                   | [`build-publish.yml`](.github/workflows/build-publish.yml)                               |\n|                                                              |                                                                                          |\n| [Deploy Infra](docs/deploy-infra.md)                         | [`deploy-infra.yml`](.github/workflows/deploy-infra.yml)                                 |\n| [Deploy App](docs/deploy-app.md)                             | [`deploy-app.yml`](.github/workflows/deploy-app.yml)                                     |\n\n## Examples\n\n| Name                                                    | Description                                                                              |\n|---------------------------------------------------------|------------------------------------------------------------------------------------------|\n| [dispatch_deploy.yml](examples/dispatch_deploy.yml)     | Let a user manually run a complete deployment of both infrastructure and code.           |\n| [dispatch_publish.yml](examples/dispatch_publish.yml)   | Let a user manually publish the application to ECR.                                      |\n| [dispatch_validate.yml](examples/dispatch_validate.yml) | Let a user manually run the CI and custom validation.                                    |\n| [event_pr.yml](examples/event_pr.yml)                   | Triggered when a PR is created or when changes are pushed to it.                         |\n| [event_release.yml](examples/event_release.yml)         | Triggered when a PR is merged onto `main`.                                               |\n| [sub-cd.yml](examples/sub-cd.yml)                       | Utility sub-flow called by `event_release` and `dispatch_deploy`.                        |\n| [sub-validate.yml](examples/sub-validate.yml)           | Utility sub-flow called by `dispatch_validate` and `sub-cd`. Performs custom validation. |\n\n---\n\n## Standard Repo Variables\n\n- `AWS_REGION`\n- `AWS_ROLE_MONITORING`\n- `AWS_ROLE_PROD`\n- `AWS_ROLE_STAGING`\n- `GRAFANA_WORKSPACE_NAME`\n- `IMAGE_NAME`\n- `RUN_GROUP`\n- `RUST_VERSION`\n- `SUBDOMAIN_NAME`\n- `TF_DIRECTORY`\n\n## Standard Repo Secrets\n\n- `GITHUB_TOKEN`\n- `TF_API_TOKEN`\n- `RELEASE_PAT`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalletconnect%2Fci_workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalletconnect%2Fci_workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalletconnect%2Fci_workflows/lists"}