Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Jan 10, 2025
1 parent 90a759a commit 11b620c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/column_aware_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Column-Aware dbt Cloud CI
uses: dpguthrie/dbt-cloud-column-aware-ci@feat/dry-run-message
uses: dpguthrie/dbt-cloud-column-aware-ci@0.5.0
with:
dbt_cloud_service_token: ${{ secrets.DBT_CLOUD_SERVICE_TOKEN }}
dbt_cloud_token_value: ${{ secrets.DBT_CLOUD_API_KEY }}
dbt_cloud_token_name: 'gh-action-pre-commit'
dbt_cloud_account_id: ${{ secrets.DBT_CLOUD_ACCOUNT_ID }}
dbt_cloud_project_id: ${{ secrets.DBT_CLOUD_PROJECT_ID }}
dbt_cloud_project_name: 'Main'
dbt_cloud_job_id: 567183
dbt_cloud_environment_id: 218762
dialect: 'snowflake'
log_level: 'DEBUG'
dry_run: true

0 comments on commit 11b620c

Please sign in to comment.