{"id":22509476,"url":"https://github.com/deliverybot/gitops","last_synced_at":"2025-08-03T13:31:25.001Z","repository":{"id":44838669,"uuid":"216302714","full_name":"deliverybot/gitops","owner":"deliverybot","description":"GitHub action for editing repos GitOps style.","archived":false,"fork":false,"pushed_at":"2022-08-18T19:16:42.000Z","size":444,"stargazers_count":3,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-02T22:56:40.801Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://deliverybot.dev","language":"JavaScript","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/deliverybot.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}},"created_at":"2019-10-20T03:35:40.000Z","updated_at":"2022-09-24T20:03:10.000Z","dependencies_parsed_at":"2022-08-27T23:53:07.132Z","dependency_job_id":null,"html_url":"https://github.com/deliverybot/gitops","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliverybot%2Fgitops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliverybot%2Fgitops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliverybot%2Fgitops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliverybot%2Fgitops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deliverybot","download_url":"https://codeload.github.com/deliverybot/gitops/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228548407,"owners_count":17935204,"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":[],"created_at":"2024-12-07T01:29:13.077Z","updated_at":"2024-12-07T01:29:13.669Z","avatar_url":"https://github.com/deliverybot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitOps action\n\nWrites a set of manifests to a GitOps style repository and commits the result.\n\n**This is currently in beta and the API around this action may change.**\n\n## Parameters\n\n### Inputs\n\n- `remote`: Remote gitops repository to clone and commit to. (required)\n- `branch`: Remote gitops repository branch. (required)\n- `manifests`: Manifests are a list of files (in json format) to copy to\n  target. (required)\n- `target`: Folder name in the gitops repository to copy manifests to.\n  (required)\n- `token`: Github repository token.\n\n## Example\n\nNote, in the example the `FLUX_KEY` is a deploy key that's allowed access to the\nGitHub repository.\n\n```yaml\n# .github/workflows/gitops.yml\nname: Deploy\n\non: ['deployment']\n\njobs:\n  deployment:\n\n    runs-on: 'ubuntu-latest'\n\n    steps:\n    - uses: actions/checkout@v1\n\n    - uses: webfactory/ssh-agent@v0.1.1\n      with:\n        ssh-private-key: ${{ secrets.FLUX_KEY }}\n\n    - name: 'gitops'\n      uses: 'deliverybot/gitops@master'\n      with:\n        remote: 'git@github.com:colinjfw/kubernetes-guide.git'\n        branch: 'master'\n        # Copy the \"pod.yml\" manifest over to...\n        manifests: '[\"pod.yml\"]'\n        # ... the deploy folder in the remote specified.\n        target: 'deploy'\n        token: '${{ github.token }}'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeliverybot%2Fgitops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeliverybot%2Fgitops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeliverybot%2Fgitops/lists"}