diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2203e9c..21e3033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,8 @@ jobs: uses: arduino/setup-task@v3 with: version: 3.x - + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Run tests run: task test @@ -39,6 +40,7 @@ jobs: uses: arduino/setup-task@v3 with: version: 3.x + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run lightweight fuzz tests run: task fuzz-ci @@ -57,6 +59,7 @@ jobs: uses: arduino/setup-task@v3 with: version: 3.x - + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Build run: task build