diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4d5a56..79e3551 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,6 +100,7 @@ jobs: uses: actions/download-artifact@v4 with: name: ${{ github.event.pull_request.base.ref }}-coverage-report + github-token: ${{ secrets.GH_PAT }} path: . - name: Compare coverage with baseline