{"id":19664697,"url":"https://github.com/wisersolutions/gitops-deploy","last_synced_at":"2025-08-29T05:16:22.539Z","repository":{"id":48583138,"uuid":"274773398","full_name":"WiserSolutions/gitops-deploy","owner":"WiserSolutions","description":"Commit to a GitHub repository with the latest version of your app to trigger a deployment (with ex. ArgoCD, Flux)","archived":false,"fork":false,"pushed_at":"2024-07-03T13:40:02.000Z","size":507,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-29T16:40:21.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WiserSolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-06-24T21:30:34.000Z","updated_at":"2024-07-03T13:21:14.000Z","dependencies_parsed_at":"2024-05-30T09:52:03.883Z","dependency_job_id":"67188428-437d-48b0-8096-e40109da4498","html_url":"https://github.com/WiserSolutions/gitops-deploy","commit_stats":{"total_commits":16,"total_committers":4,"mean_commits":4.0,"dds":0.5,"last_synced_commit":"9c1c6ecae27931f5f8337f042eec16847f76224f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WiserSolutions/gitops-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiserSolutions%2Fgitops-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiserSolutions%2Fgitops-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiserSolutions%2Fgitops-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiserSolutions%2Fgitops-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WiserSolutions","download_url":"https://codeload.github.com/WiserSolutions/gitops-deploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiserSolutions%2Fgitops-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272633142,"owners_count":24967392,"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-08-29T02:00:10.610Z","response_time":87,"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":[],"created_at":"2024-11-11T16:18:37.487Z","updated_at":"2025-08-29T05:16:22.347Z","avatar_url":"https://github.com/WiserSolutions.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"GitOps Deploy for GitHub Actions\n====\n\nThis repo provides a module to automatically update a version reference within a GitOps YAML repository. This can be combined with a GitOps compatible tools (such as [ArgoCD](https://argoproj.github.io/argo-cd/) or [Flux](https://fluxcd.io/)) to automatically deploy the latest app artifacts to your environments.\n\n## Basic Usage\n\nAdd a step to your deployment workflow, after you have packaged your code (with Docker or otherwise):\n\n```\n    - uses: WiserSolutioons/gitops-deploy@v1\n      with:\n        repository: \u003cmy org\u003e/\u003cgitops repo\u003e\n        ref: test/prod/whatever\n        path: kube/\u003cmy app\u003e.yaml\n        token: ${{ secrets.\u003csome token for your CI user\u003e }}\n\n        field: 0.image.tag # or whatever the yaml field is where you put the version of your app\n        new-version: \u003cinsert a variable with the new version of your app\u003e\n```\n\n## Options Reference\n\n| Name                     | Required | Description                                                      |\n| ------------------------:|:--------:| ---------------------------------------------------------------- |\n| `host`                   | no       | SSH host of your GitOps repository                               |\n| `repository`             | yes      | Path of your GitHub repo (ex. Org/repo-name)                     |\n| `ref`                    | yes      | Branch or Git identifier to commit on (including `refs/heads/`)  |\n| `token`                  | yes      | Authentication for GitHub HTTP                                   |\n| `path`                   | yes      | Path of the file which configures this service                   |\n| `field`                  | yes      | Location within the YAML to insert the new version/tag, in [lodash.set syntax](https://lodash.com/docs/4.17.15#set) |\n| `new-version`            | yes      | String which should be set as the new version in the given field |\n| `retryCount`             | no       | Number of times to retry if commit fails due to remote conflicts |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisersolutions%2Fgitops-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisersolutions%2Fgitops-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisersolutions%2Fgitops-deploy/lists"}