{"id":24088146,"url":"https://github.com/alejandromav/tinybird-action-cli","last_synced_at":"2025-02-27T05:22:11.970Z","repository":{"id":37751426,"uuid":"431466688","full_name":"alejandromav/tinybird-action-cli","owner":"alejandromav","description":"Tinybird CLI Github Action","archived":false,"fork":false,"pushed_at":"2023-09-13T08:50:30.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-20T08:17:24.804Z","etag":null,"topics":["github-action","tinybird"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/tinybird-cli","language":"Dockerfile","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/alejandromav.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2021-11-24T11:59:49.000Z","updated_at":"2023-08-27T18:20:55.000Z","dependencies_parsed_at":"2022-09-01T04:12:28.862Z","dependency_job_id":null,"html_url":"https://github.com/alejandromav/tinybird-action-cli","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandromav%2Ftinybird-action-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandromav%2Ftinybird-action-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandromav%2Ftinybird-action-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandromav%2Ftinybird-action-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alejandromav","download_url":"https://codeload.github.com/alejandromav/tinybird-action-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240982603,"owners_count":19888536,"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-action","tinybird"],"created_at":"2025-01-10T03:58:34.330Z","updated_at":"2025-02-27T05:22:11.951Z","avatar_url":"https://github.com/alejandromav.png","language":"Dockerfile","readme":"\u003e [!WARNING]\n\u003e This project is deprecated and no longer maintained, please use [@tinybird/ci](https://github.com/tinybirdco/ci) instead\n\n# Tinybird GitHub Action CLI\nThis action allows you to run [Tinybird CLI](https://docs.tinybird.co/cli.html) on your project.\n\n## Usage\nTo use the action simply create an `*.yml` file in the `.github/workflows/` directory. Ref. https://docs.github.com/es/actions/learn-github-actions/workflow-syntax-for-github-actions\n\nFor example, this will push your latest changes to Tinybird:\n\n```yaml\nname: Push to Tinybird  # feel free to pick your own name\n\non:\n  push:\n    branches:\n    - master\n    - main\n    - stable\n    - release/v*\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    # Important: This sets up your GITHUB_WORKSPACE environment variable\n    - uses: actions/checkout@v2\n\n    - name: Push changes to Tinybird\n      # replace \"master\" with any valid ref\n      uses: alejandromav/tinybird-action-cli@master\n      with:\n        # [required]\n        # Tinybird admin token. Please, use Github secrets (https://docs.github.com/en/actions/security-guides/encrypted-secrets)\n        token: ${{ secrets.TINYBIRD_TOKEN }}\n        # [optional]\n        # Arguments to be passed to the Tinybird CLI\n        args: \"push --push-deps --debug\"\n\n```\n\n\u003cbr\u003e\n\n## License\nThe Dockerfile and associated scripts and documentation in this project are released under the [MIT](license).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandromav%2Ftinybird-action-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falejandromav%2Ftinybird-action-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandromav%2Ftinybird-action-cli/lists"}