diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index 390998c8b9..b61f2eab67 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -32,7 +32,7 @@ jobs: PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} run: | if [ "$GITHUB_REPOSITORY" = "Budibase/budibase" ]; then - git submodule update --init --recursive + GIT_TERMINAL_PROMPT=0 git -c "http.extraheader=Authorization: Bearer $PERSONAL_ACCESS_TOKEN" git submodule update --init --recursive else echo "Submodule fetch skipped." fi