Skip to content

Commit

Permalink
add dbt user env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellcassius committed Nov 8, 2024
1 parent 5d80946 commit b99608e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dbt-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths:
- "queries/**/*.sql"

env:
DBT_USER: ${{ github.actor }}

jobs:
check-files:
name: Compile DBT models and format SQL
Expand Down

0 comments on commit b99608e

Please sign in to comment.