diff --git a/.github/workflows/update-test-results.yml b/.github/workflows/update-test-results.yml index f500fb8..2aa0943 100644 --- a/.github/workflows/update-test-results.yml +++ b/.github/workflows/update-test-results.yml @@ -22,6 +22,9 @@ jobs: with: repository: ivy-llc/ivy token: ${{ secrets.DEV_BOT_GENERAL_PAT }} + ref: main + persist-credentials: true + submodules: "recursive" - name: Get Job URL uses: Tiryoh/gha-jobid-action@v0