{"id":19806362,"url":"https://github.com/ory/ci","last_synced_at":"2025-05-01T07:30:49.247Z","repository":{"id":38823365,"uuid":"187459837","full_name":"ory/ci","owner":"ory","description":"Automation and robots for Ory's CI and CD pipelines","archived":false,"fork":false,"pushed_at":"2025-03-05T10:50:57.000Z","size":756,"stargazers_count":8,"open_issues_count":4,"forks_count":6,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-20T19:25:05.548Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ory.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"authors/Makefile","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-19T09:56:27.000Z","updated_at":"2025-04-04T04:32:37.000Z","dependencies_parsed_at":"2024-01-08T14:32:44.673Z","dependency_job_id":"5d2f4076-64dc-4dad-ae88-1713cb31a355","html_url":"https://github.com/ory/ci","commit_stats":{"total_commits":392,"total_committers":11,"mean_commits":35.63636363636363,"dds":0.6428571428571428,"last_synced_commit":"50e49372a583bb5f269b2403f6ded9054b95e6e8"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ory","download_url":"https://codeload.github.com/ory/ci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251517814,"owners_count":21602049,"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","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":["hacktoberfest"],"created_at":"2024-11-12T09:07:23.782Z","updated_at":"2025-05-01T07:30:48.953Z","avatar_url":"https://github.com/ory.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ci\n\u003e GitHub Actions CI\n\nThis repository contains reusable actions for various CI tasks.\n\n### releaser\n\nRelease automation action.\n\nInputs:\n- `token`: Personal access token\n- `goreleaser_key`: GoReleaser Pro license key\n- `cosign_pwd`: Password to decrypt signing key\n- `docker_username`: Docker username\n- `docker_password`: Docker password\n\nUsage:\n\n```yaml\nuses: ory/ci/releaser@ref\n```\n\n### releaser/render-version-schema\n\nRender version schema at a specified path.\n\nInputs:\n- `schema-path`: Path to version schema\n\nUsage:\n```yaml\nuses: ory/ci/releaser/render-version-schema@ref\n```\n\n### newsletter\n\nNewsletter draft/send automation.\n\nInputs:\n- `mailchimp_api_key`: Mailchimp API key\n- `mailchimp_list_id`: Mailchimp list ID\n- `mailchmip_segment_id`: Mailchimp segment ID\n- `draft`: Either `\"true\"` or `\"false\"` (string, not boolean!)\n- `ssh_key`: SSH private key used to fetch the repository\n\nUsage:\n```yaml\nuses: ory/ci/newsletter@ref\n```\n\n### prettier\n\nRuns prettier with some Ory-specific configuration.\n\nInputs:\n- `dir`: Directory to 'cd' into before running prettier\n- `action`: Action to perform: 'check' or 'write'\n\nUsage:\n\n```yaml\nuses: ory/ci/prettier@ref\n```\n\n### docs/build\n\nBuild and publish docs to [ory/web](https://github.com/ory/web).\n\nInputs:\n- `swag-spec-location`: Location where the Swagger spec should be saved to\n- `swag-spec-ignore`: Packages to ignore when generating the Swagger spec (space delimited).\n- `token`: Personal access token\n\nUsage:\n\n```yaml\nuses: ory/ci/docs/build@ref\n```\n\n### docs/cli\n\nBuild CLI docs.\n\nInputs:\n- `token`: Personal access token\n\nUsage:\n\n```yaml\nuses: ory/ci/docs/cli@ref\n```\n\n### changelog\n\nChangelog generation action.\n\nInputs:\n- `token`: Personal access token\n\n### sdk/generate\n\nSDK generation action.\n\nInputs:\n- `token`: Personal access token\n- `app-name`: Name of the application\n- `swag-spec-location:` Location where the Swagger spec should be saved to\n- `swag-spec-ignore`: Packages to ignore when generating the Swagger spec (space delimited)\n- `swag-gen-path`: Where to generate the SDK to\n\nUsage:\n\n```yaml\nuses: ory/ci/sdk/generate@ref\n```\n\n### sdk/release\n\nRelease SDKs to [ory/sdk](https://github.com/ory/sdk).\n\nInputs:\n- `token`: Personal access token\n- `app-name`: Name of the application\n- `swag-spec-location:` Location where the Swagger spec should be saved to\n- `swag-spec-ignore`: Packages to ignore when generating the Swagger spec (space delimited)\n- `swag-gen-path`: Where to generate the SDK to\n\nUsage:\n```yaml\nuses: ory/ci/sdk/generate@ref\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fory%2Fci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fory%2Fci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fory%2Fci/lists"}