{"id":13721088,"url":"https://github.com/lizheming/deta-action","last_synced_at":"2025-10-28T16:32:01.673Z","repository":{"id":152058320,"uuid":"625182523","full_name":"lizheming/deta-action","owner":"lizheming","description":"GitHub Action to deploy current repo to Deta Space","archived":false,"fork":false,"pushed_at":"2024-02-17T02:50:47.000Z","size":14,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-19T23:10:05.050Z","etag":null,"topics":["action","cicd","deployment","deta","deta-space","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"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/lizheming.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}},"created_at":"2023-04-08T10:12:50.000Z","updated_at":"2025-01-04T13:53:10.000Z","dependencies_parsed_at":"2024-01-06T01:03:57.395Z","dependency_job_id":"7a33c61b-74e0-4be2-b174-af0f93e43423","html_url":"https://github.com/lizheming/deta-action","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/lizheming/deta-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizheming%2Fdeta-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizheming%2Fdeta-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizheming%2Fdeta-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizheming%2Fdeta-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lizheming","download_url":"https://codeload.github.com/lizheming/deta-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizheming%2Fdeta-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281114829,"owners_count":26446038,"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-10-26T02:00:06.575Z","response_time":61,"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":["action","cicd","deployment","deta","deta-space","github-actions"],"created_at":"2024-08-03T01:01:12.337Z","updated_at":"2025-10-28T16:32:01.221Z","avatar_url":"https://github.com/lizheming.png","language":"Shell","funding_links":[],"categories":["Misc's"],"sub_categories":["Github Action"],"readme":"![](assets/deta.svg)\n# Deta Space Action\n\n[GitHub Action](https://github.com/features/actions) to deploy current repo to [Deta Space](https://deta.space).\n## Input variables\n\nSee [action.yml](action.yml) for more detailed information.\n\n- `access_token`: Deta access token. [How to get Deta access token?](https://deta.space/docs/en/basics/cli#authentication)\n- `id`: project id of an existing project\n- `tag`: tag to identify this push\n- `dir`: src of project to push (default \"./\")\n- `listed`: listed on discovery\n- `notes`: release notes\n- `version`: version for the release\n- `release`: set `false` if you want disable release action\n\n## Usage\n\n\n```yml\n# .github/workflows/deploy.yml\nname: deploy to deta space\n\non: \n  push:\n    branches:\n    - main\n\njobs:\n  deploy:\n    name: deploy to deta space\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout\n      uses: actions/checkout@v2\n\n    - name: Deploy\n      uses: lizheming/deta-action@master\n      with:\n        access_token: ${{ secrets.space_access_token }}\n        id: ${{ secrets.space_id }}\n        version: \"1.0.0\"\n        notes: \"Release automatically with GitHub deta action\"\n        listed: true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizheming%2Fdeta-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flizheming%2Fdeta-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizheming%2Fdeta-action/lists"}