diff --git a/.github/workflows/build-sqlfile.yml b/.github/workflows/build-sqlfile.yml index 1a0da8ae..aadacac0 100644 --- a/.github/workflows/build-sqlfile.yml +++ b/.github/workflows/build-sqlfile.yml @@ -9,9 +9,10 @@ jobs: build-sql-file: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.PAT_TOKEN }} - name: Checkout Code run: | git config --global user.name 'Darling Data'