{"id":15286383,"url":"https://github.com/zeropsio/actions","last_synced_at":"2025-07-06T16:06:42.484Z","repository":{"id":257541119,"uuid":"857622753","full_name":"zeropsio/actions","owner":"zeropsio","description":"⚡️Github Action for Seamless Deployments to Zerops.","archived":false,"fork":false,"pushed_at":"2025-05-16T06:09:55.000Z","size":1520,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-30T10:07:29.629Z","etag":null,"topics":["github-actions","zcli","zerops"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/zeropsio.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-15T06:37:10.000Z","updated_at":"2025-05-16T06:09:59.000Z","dependencies_parsed_at":"2024-09-17T09:36:02.086Z","dependency_job_id":"a222e3af-6013-4544-abbf-fa0330f105ec","html_url":"https://github.com/zeropsio/actions","commit_stats":null,"previous_names":["zeropsio/actions"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zeropsio/actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeropsio","download_url":"https://codeload.github.com/zeropsio/actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Factions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263932020,"owners_count":23531709,"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":["github-actions","zcli","zerops"],"created_at":"2024-09-30T15:13:32.792Z","updated_at":"2025-07-06T16:06:42.450Z","avatar_url":"https://github.com/zeropsio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡️ Zerops Actions\n\nA GitHub Action for streamlining Zerops deployment workflows in your projects.\n\n## 🧐 Usage\n\nTo implement the Zerops deployment workflow, add the following GitHub Actions\nconfiguration to `.github/workflows/deploy.yml` and modify it as per your needs:\n\n```yaml\nname: Deploy to Zerops\n\non:\n  push:\n    # Make sure to set this to the branch you want to deploy from\n    branches:\n      - main\n\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v3\n\n      - name: Deploy with Zerops\n        uses: zeropsio/actions@main\n        with:\n          access-token: ${{ secrets.ZEROPS_TOKEN }} # Make sure to set this in your repository secrets\n          service-id: EjmDVbL0QMuemLJ2hSO6zw # Replace it with your own Service ID\n```\n\nSee a live example in a\n[repository](https://github.com/nermalcat69/Site/blob/main/.github/workflows/deploy.yml)\nwhich uses this action.\n\n## 🔑 Zerops Token Generation\n\nA personal access token is required to authenticate the Zerops CLI. This token\nhas admin privileges, so handle it with care.\n\n1. Navigate to\n   [Settings \u003e Access Token Management](https://app.zerops.io/settings/token-management)\n   in the Zerops application.\n2. Generate a new access token.\n\n## 🔍 Retrieving the Service ID\n\nThe service ID is used to identify your Zerops service.\n\n1. Access your service dashboard at\n   `https://app.zerops.io/service-stack/\u003cyour-service-id\u003e/dashboard`.\n2. The service ID is the alphanumeric string in the URL (e.g.,\n   `EjmDVbL0QMuemLJ2hSO6zw`).\n\n## 🔒 Configuring Repository Secrets\n\nStore the Zerops token and service ID as secrets in your GitHub repository:\n\n1. Go to your GitHub repository.\n2. Navigate to Settings \u003e Secrets and variables \u003e Actions \u003e Repository secrets.\n3. Add the following secret:\n   - `ZEROPS_TOKEN`: Your Zerops access token\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeropsio%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeropsio%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeropsio%2Factions/lists"}