{"id":16078451,"url":"https://github.com/romanzipp/wanderer-action","last_synced_at":"2026-04-26T12:32:08.012Z","repository":{"id":59989145,"uuid":"539921116","full_name":"romanzipp/Wanderer-Action","owner":"romanzipp","description":"Deploy directly to Nomad via Wanderer","archived":false,"fork":false,"pushed_at":"2022-09-28T12:25:41.000Z","size":198,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-14T21:43:11.681Z","etag":null,"topics":["actions","deploy","github-actions","nomad","wanderer"],"latest_commit_sha":null,"homepage":"https://github.com/romanzipp/Wanderer","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/romanzipp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-22T10:19:50.000Z","updated_at":"2022-09-28T07:10:15.000Z","dependencies_parsed_at":"2023-01-05T05:01:29.955Z","dependency_job_id":null,"html_url":"https://github.com/romanzipp/Wanderer-Action","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"2bb28838f02e6a33a508ebe181d70ccddc91bdd9"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanzipp%2FWanderer-Action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanzipp%2FWanderer-Action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanzipp%2FWanderer-Action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanzipp%2FWanderer-Action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romanzipp","download_url":"https://codeload.github.com/romanzipp/Wanderer-Action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325648,"owners_count":20920713,"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":["actions","deploy","github-actions","nomad","wanderer"],"created_at":"2024-10-09T10:12:56.023Z","updated_at":"2026-04-26T12:32:07.979Z","avatar_url":"https://github.com/romanzipp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wanderer Action\n\nThis is the GitHub Action workflow for [Wanderer](https://github.com/romanzipp/Wanderer) deployer.\n\n## Usage\n\n```yml\nname: Foo\njobs:\n  deploy:\n    steps:\n      - name: \"Publish to Wanderer\"\n        uses: romanzipp/Wanderer-Action@v1\n        with:\n          token: ${{ secrets.WANDERER_TOKEN }}\n          endpoint: https://wanderer.example.com\n          server: 1\n          job: example-app\n          selector: WEB_VERSION\n          version: 1.0.0\n\n```\n\n### Available parameters\n\n| Parameter               | Required | Description                                      | Example                      |\n|-------------------------|----------|--------------------------------------------------|------------------------------|\n| endpoint                | **yes**  | The base url to your Wanderer instance           | https://wanderer.example.com |\n| token                   | **yes**  | The specified Wanderer authentication API token  |                              |\n| server                  | **yes**      | The Wanderer server ID                           | 1                            |\n| job                     | **yes**      | The Nomad job ID                                 | example-app                  |\n| selector                | **yes**      | The version selector as specified in Wanderer UI | `WEB_VERSION`                |\n| version                 | **yes**      | The new version to be deployed                   | `1.0.0`                      |\n| cf-access-client-id     | no       | Cloudflare Access Client Id                      |                              |\n| cf-access-client-secret | no       | Cloudflare Access Client Secret                  |                              |\n\n## License\n\nReleased under the [MIT License](LICENSE.md).\n\n## Authors\n\n- [Roman Zipp](https://github.com/romanzipp)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanzipp%2Fwanderer-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromanzipp%2Fwanderer-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanzipp%2Fwanderer-action/lists"}