{"id":21660076,"url":"https://github.com/planetscale/setup-pscale-action","last_synced_at":"2025-12-24T10:29:46.331Z","repository":{"id":178420458,"uuid":"654946350","full_name":"planetscale/setup-pscale-action","owner":"planetscale","description":"Setup the PlanetScale CLI for GitHub Actions","archived":false,"fork":false,"pushed_at":"2025-07-03T12:47:04.000Z","size":693,"stargazers_count":21,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T07:00:14.618Z","etag":null,"topics":["actions","cli","planetscale"],"latest_commit_sha":null,"homepage":"https://planetscale.com/docs/devops/github-actions","language":"TypeScript","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/planetscale.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-17T12:15:20.000Z","updated_at":"2025-07-03T12:46:20.000Z","dependencies_parsed_at":"2023-11-16T15:28:51.327Z","dependency_job_id":"e9c31b21-1af5-4ddc-82d8-0b28d37b8f5c","html_url":"https://github.com/planetscale/setup-pscale-action","commit_stats":null,"previous_names":["planetscale/setup-pscale-action"],"tags_count":1,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/planetscale/setup-pscale-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetscale%2Fsetup-pscale-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetscale%2Fsetup-pscale-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetscale%2Fsetup-pscale-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetscale%2Fsetup-pscale-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/planetscale","download_url":"https://codeload.github.com/planetscale/setup-pscale-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetscale%2Fsetup-pscale-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265678451,"owners_count":23810114,"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","cli","planetscale"],"created_at":"2024-11-25T09:32:10.244Z","updated_at":"2025-12-24T10:29:46.326Z","avatar_url":"https://github.com/planetscale.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# PlanetScale CLI for GitHub Actions\n\nUse this Action to install `pscale` on your actions runner. Works with Linux, Mac and Windows runners.\n\n```yaml\n- name: Setup pscale\n  uses: planetscale/setup-pscale-action@v1\n- name: Use pscale\n  env:\n    PLANETSCALE_SERVICE_TOKEN_ID: ${{ secrets.PLANETSCALE_SERVICE_TOKEN_ID }}\n    PLANETSCALE_SERVICE_TOKEN: ${{ secrets.PLANETSCALE_SERVICE_TOKEN }}\n  run: |\n    pscale deploy-request list my-db --org my-org\n```\n\nBe sure to [setup a service token](https://planetscale.com/docs/concepts/service-tokens) with the proper permissions and add it to your repositories secrets.\n\n**Example with version pinned:**\n\nSetting the `version` is optional. When omitted, the action will download the latest version. [See full list of releases](https://github.com/planetscale/cli/releases).\n\n```yaml\n- name: Setup pscale\n  uses: planetscale/setup-pscale-action@v1\n  with:\n    version: v0.245.0\n```\n\n## Examples\nSee our [PlanetScale + GitHub Actions doc](https://planetscale.com/docs/devops/github-actions) for ideas on how to use `pscale` in your Actions Workflows.\n\n## Development\n\nInstall the dependencies  \n```bash\n$ npm install\n```\n\nBuild the typescript and package it for distribution\n```bash\n$ npm run build \u0026\u0026 npm run package\n```\n\n## License\n\nThe action is available as open source under the terms of the [Apache 2.0 License](https://opensource.org/license/apache-2-0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetscale%2Fsetup-pscale-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplanetscale%2Fsetup-pscale-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetscale%2Fsetup-pscale-action/lists"}