Skip to content

Commit

Permalink
add profile variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcrosher authored Oct 9, 2024
1 parent 6ae2229 commit c650a21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- main

env:
profile: ajc_adb_dbt_all_purpose

jobs:
install:
runs-on: ubuntu-latest
Expand All @@ -34,13 +37,13 @@ jobs:
env:
adbtoken: ${{ secrets.ADBTOKEN }}
run: |
dbt debug --profile ajc_adb_dbt_all_purpose
dbt debug --profile $profile
- name: dbt build
env:
adbtoken: ${{ secrets.ADBTOKEN }}
run: |
dbt build
dbt build --profile $profile
- name: Publish artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c650a21

Please sign in to comment.