diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index 30846121..5f180f82 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -20,6 +20,9 @@ jobs: steps: - name: Clone repo uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + with: + ref: main + token: ${{ secrets.BOT_PAT }} - name: Get number of modules run: |