Skip to content

Commit

Permalink
ci: Change motherduck env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jan 8, 2025
1 parent 5c127f8 commit fb8834b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: Run GitHub Pipeline
env:
# DLT specific environment variables
DLT__SECRETS__SOURCES__GITHUB__TOKEN: ${{ secrets.GITHUB_TOKEN }}
DLT__SECRETS__DESTINATIONS__MOTHERDUCK__TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}
DESTINATION__MOTHERDUCK__CREDENTIALS__PASSWORD: ${{ secrets.MOTHERDUCK_TOKEN }}

# Optional: Add any other environment variables needed
PYTHONUNBUFFERED: "1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_slack_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: Run Slack Pipeline
env:
# DLT specific environment variables
DLT__SECRETS__SOURCES__SLACK__ACCESS_TOKEN: ${{ secrets.SLACK_ACCESS_TOKEN }}
DLT__SECRETS__DESTINATIONS__MOTHERDUCK__TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}
DESTINATION__MOTHERDUCK__CREDENTIALS__PASSWORD: ${{ secrets.MOTHERDUCK_TOKEN }}

# Optional: Add any other environment variables needed
PYTHONUNBUFFERED: "1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_twitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: Run Twitter Pipeline
env:
# DLT specific environment variables
DLT__SECRETS__SOURCES__TWITTER__BEARER_TOKEN: ${{ secrets.TWITTER_BEARER_TOKEN }}
DLT__SECRETS__DESTINATIONS__MOTHERDUCK__TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}
DESTINATION__MOTHERDUCK__CREDENTIALS__PASSWORD: ${{ secrets.MOTHERDUCK_TOKEN }}

# Optional: Add any other environment variables needed
PYTHONUNBUFFERED: "1"
Expand Down

0 comments on commit fb8834b

Please sign in to comment.