Skip to content

Commit

Permalink
add snowflake secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber-artemis committed Apr 18, 2024
1 parent 09d41e5 commit 8bd9ae7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: docs
on:
push:
branches: main
env:
SYSTEM_SNOWFLAKE_USER: ${{ secrets.SYSTEM_SNOWFLAKE_USER }}
SYSTEM_SNOWFLAKE_PASSWORD: ${{ secrets.SYSTEM_SNOWFLAKE_PASSWORD }}
SYSTEM_SNOWFLAKE_ROLE: ${{ secrets.SYSTEM_SNOWFLAKE_ROLE }}
jobs:
write-dbt-to-pages-repo:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8bd9ae7

Please sign in to comment.