diff --git a/.github/workflows/dbt.yml b/.github/workflows/dbt.yml index 5ec0577..41c5989 100644 --- a/.github/workflows/dbt.yml +++ b/.github/workflows/dbt.yml @@ -42,6 +42,9 @@ jobs: with: python-version: ${{ inputs.python_version }} cache: "pip" + - name: Configure git for internal repos + run: git config --global url."https://x-access-token:${{ secrets.GH_INTERNAL_TOKEN }}@github.com/".insteadOf "https://github.com/" + - name: install dependencies run: | pip install -r requirements.txt diff --git a/.github/workflows/dbt_docs_update.yml b/.github/workflows/dbt_docs_update.yml index 902fcb4..b02466d 100644 --- a/.github/workflows/dbt_docs_update.yml +++ b/.github/workflows/dbt_docs_update.yml @@ -36,6 +36,9 @@ jobs: cache: "pip" + - name: Configure git for internal repos + run: git config --global url."https://x-access-token:${{ secrets.GH_INTERNAL_TOKEN }}@github.com/".insteadOf "https://github.com/" + - name: install dependencies run: | pip install -r requirements.txt