diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index bd5426b7a0..390998c8b9 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -28,6 +28,8 @@ jobs: steps: - uses: actions/checkout@v3 - name: Fetch pro submodule if running in BB + env: + PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} run: | if [ "$GITHUB_REPOSITORY" = "Budibase/budibase" ]; then git submodule update --init --recursive