-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move all tests secrets to google vault #874
Conversation
✅ Deploy Preview for dlt-hub-docs canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't forget about
env:
DLT_SECRETS_TOML: ${{ secrets.DLT_SECRETS_TOML }}
@@ -9,6 +9,9 @@ on: | |||
workflow_dispatch: | |||
|
|||
env: | |||
|
|||
DLT_SECRETS_TOML: ${{ secrets.DLT_SECRETS_TOML }} | |||
|
|||
# all credentials must be present to be passed to dbt runner | |||
DESTINATION__POSTGRES__CREDENTIALS: postgresql://[email protected]:5432/dlt_data | |||
DESTINATION__REDSHIFT__CREDENTIALS: postgresql://[email protected]:5439/dlt_ci |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you keep these creds for postgres and redshift?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all credentials must be present to be passed to dbt runner
got it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, these have to be env vars, maybe there is a way we can load the toml file into the env for this, not sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AstrakhantsevaAA actually i misinterpreted the test, I could remove this after all
Description
Move away from github actions secrets to google secrets.