diff --git a/.github/workflows/dbt.yml b/.github/workflows/dbt.yml index 5ec05772..41c59892 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 902fcb48..b02466dc 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