{"id":23885974,"url":"https://github.com/dpguthrie/dbt-cloud-git-tag-action","last_synced_at":"2026-02-15T05:31:09.154Z","repository":{"id":224860567,"uuid":"764429202","full_name":"dpguthrie/dbt-cloud-git-tag-action","owner":"dpguthrie","description":"Github Action to update a dbt Cloud environment's custom branch with the latest git tag","archived":false,"fork":false,"pushed_at":"2024-11-13T19:40:20.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-03T20:57:21.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/dpguthrie.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":"2024-02-28T03:53:20.000Z","updated_at":"2025-08-19T01:54:33.000Z","dependencies_parsed_at":"2024-11-01T21:22:13.710Z","dependency_job_id":"f6363654-0c13-4dc6-bd85-88e31e717fe1","html_url":"https://github.com/dpguthrie/dbt-cloud-git-tag-action","commit_stats":null,"previous_names":["dpguthrie/dbt-cloud-git-tag-action"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/dpguthrie/dbt-cloud-git-tag-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fdbt-cloud-git-tag-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fdbt-cloud-git-tag-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fdbt-cloud-git-tag-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fdbt-cloud-git-tag-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpguthrie","download_url":"https://codeload.github.com/dpguthrie/dbt-cloud-git-tag-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fdbt-cloud-git-tag-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29470599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T05:26:30.465Z","status":"ssl_error","status_checked_at":"2026-02-15T05:26:21.858Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-01-04T05:56:13.356Z","updated_at":"2026-02-15T05:31:09.137Z","avatar_url":"https://github.com/dpguthrie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Tag\n\nThis is a Github Action that is designed to work with a git tag release strategy alongside dbt Cloud.\n\n## Inputs\n\n| **Name**                  | **Description**                                                                                                 | Required | Default            |\n|---------------------------|-----------------------------------------------------------------------------------------------------------------|----------|--------------------|\n| `dbt_cloud_service_token` | The service token generated from dbt Cloud.  **Ensure you have the proper permissions to trigger jobs**         | `True`   |                    |\n| `dbt_cloud_account_id`    | This is the account ID which contains the environment you want to update with the latest git tag.                            | `True`   |                    |\n| `dbt_cloud_project_id`        | This is the project ID corresponding to the environment linked to the project you configure this action in.              | `True`   |                    |\n| `dbt_cloud_environment_id`        | This is the environment ID corresponding to the environment you want to update with the latest git tag.              | `True`   |                    |\n| `dbt_cloud_host`          | Where your dbt Cloud is located.                                                                                | `False`  | `cloud.getdbt.com` |\n\n\n## Example\n\n```yaml\nname: Update Prod Environment\n\non:\n  push:\n    tags:\n      - '*'\n\njobs:\n  update-environment:\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout\n      uses: actions/checkout@v2\n    - name: dbt Cloud Downstream CI Action\n      uses: dpguthrie/dbt-cloud-git-tag-action@0.3.2\n      with:\n        dbt_cloud_account_id: ${{ secrets.DBT_CLOUD_ACCOUNT_ID }}\n        dbt_cloud_project_id: ${{ secrets.DBT_CLOUD_PROJECT_ID }}\n        dbt_cloud_environment_id: ${{ secrets.DBT_CLOUD_ENVIRONMENT_ID }}\n        dbt_cloud_service_token: ${{ secrets.DBT_CLOUD_SERVICE_TOKEN }}\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpguthrie%2Fdbt-cloud-git-tag-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpguthrie%2Fdbt-cloud-git-tag-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpguthrie%2Fdbt-cloud-git-tag-action/lists"}