Skip to content

Commit

Permalink
update github actions for project and python -v
Browse files Browse the repository at this point in the history
  • Loading branch information
sungchun12 committed Feb 23, 2021
1 parent e215437 commit 40f4c64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
#TODO(developer): update PROJECT_ID, REGION, IMAGE
PROJECT_ID: "wam-bam-258119"
PROJECT_ID: "dvc-demo-297316"
REGION: "us-central1"
IMAGE: "dbt-docs-cloud-run"
DBT_PROFILES_DIR: ./
Expand All @@ -32,7 +32,7 @@ jobs:
# Setup dbt configs
- uses: actions/setup-python@v1
with:
python-version: "3.7.x"
python-version: "3.8.x"
- run: pip3 install -r ./requirements.txt
- run: dbt --version
- run: 'echo "$KEYFILE" > ./service_account.json' # persist file in root dir
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dbt_operations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
#TODO(developer): update PROJECT_ID
PROJECT_ID: "wam-bam-258119"
PROJECT_ID: "dvc-demo-297316"
DBT_PROFILES_DIR: ./
DBT_GOOGLE_BIGQUERY_KEYFILE: ./service_account.json

Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-python@v1
with:
python-version: "3.7.x"
python-version: "3.8.x"
- run: pip3 install -r ./requirements.txt
- run: dbt --version
- run: 'echo "$KEYFILE" > ./service_account.json' # persist file in root dir
Expand Down

0 comments on commit 40f4c64

Please sign in to comment.