{"id":24088149,"url":"https://github.com/alejandromav/tinybird-action-push","last_synced_at":"2025-05-05T21:41:06.002Z","repository":{"id":41542470,"uuid":"510139047","full_name":"alejandromav/tinybird-action-push","owner":"alejandromav","description":"Push changes to Tinybird data project","archived":false,"fork":false,"pushed_at":"2023-09-13T08:50:43.000Z","size":28,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T06:36:55.984Z","etag":null,"topics":["github-action","tinybird"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/tinybird-push","language":"Shell","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":"CONTRIBUTING.md","funding":null,"license":"license","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null}},"created_at":"2022-07-03T21:27:15.000Z","updated_at":"2025-01-15T11:03:14.000Z","dependencies_parsed_at":"2023-01-11T17:22:07.200Z","dependency_job_id":null,"html_url":"https://github.com/alejandromav/tinybird-action-push","commit_stats":{"total_commits":9,"total_committers":3,"mean_commits":3.0,"dds":0.5555555555555556,"last_synced_commit":"6a1fd3f0df9681424dc84637b9c80325ed0eaf33"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandromav%2Ftinybird-action-push","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandromav%2Ftinybird-action-push/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandromav%2Ftinybird-action-push/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandromav%2Ftinybird-action-push/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alejandromav","download_url":"https://codeload.github.com/alejandromav/tinybird-action-push/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252581811,"owners_count":21771572,"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.578Z","updated_at":"2025-05-05T21:41:05.926Z","avatar_url":"https://github.com/alejandromav.png","language":"Shell","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 Push\nThis action allows you to push changes to your Tinybird data project.\n\nIt will detected **changed files from the latest commit** that triggered the action, and push those changes.\n\nIf you need more options, you can use the Tinybird CLI action and pass the arguments you need: [https://github.com/alejandromav/tinybird-action-push](https://github.com/alejandromav/tinybird-action-push)\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 changes 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@v3\n\n    - name: Push changes to Tinybird\n      uses: alejandromav/tinybird-action-push@1.2.0\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\n        # [optional]\n        # Tinybird host. Defaults to `https://api.tinybird.co`.\n        host: https://api.us-east.tinybird.co\n        #\n        # You can also use and env var if you don't want to reveal your Tinybird host (dedicated clusters, etc.)\n        # host: ${{ secrets.TINYBIRD_HOST }}\n\n        # [optional]\n        # Option to force changes or not, and update existing objects. Defaults to `true`.\n        force: false\n\n        # [optional]\n        # Option to populate materialized views with existing data. Defaults to `false`.\n        populate: true\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-push","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falejandromav%2Ftinybird-action-push","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandromav%2Ftinybird-action-push/lists"}