Skip to content

Commit

Permalink
Remove environment for workflows yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Mar 16, 2024
1 parent 5c97b90 commit 7e2e9c4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
jobs:
build:
runs-on: macos-latest
environment:
name: Workflows
env:
MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}
steps:
- name: Checkout
uses: actions/[email protected]
Expand All @@ -22,8 +22,6 @@ jobs:
python3 -m pip install uv
uv pip install --system -r requirements.txt
- name: Run Transformations
env:
MOTHERDUCK_TOKEN: ${{secrets.MOTHERDUCK_TOKEN}}
run: |
dbt deps
dbt build --target prod
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
ci:
name: CI Check
runs-on: macos-latest
environment:
name: Workflows
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
jobs:
scheduled:
runs-on: ubuntu-latest
environment:
name: Workflows
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
1 change: 0 additions & 1 deletion profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ dbtree:
dev:
type: duckdb
path: ./dbtree.db
threads: 8
prod:
type: duckdb
path: md:dbtree
Expand Down

0 comments on commit 7e2e9c4

Please sign in to comment.