diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 12ac2ce94d4..2cfca7ce864 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -39,6 +39,8 @@ jobs: - name: Install Taskfile uses: Arduino/actions/setup-taskfile@master + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Check the code is good run: task check