diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 9a017a46..81469b33 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -43,6 +43,7 @@ jobs: - name: Compile examples uses: arduino/compile-sketches@main with: + github-token: ${{ secrets.GITHUB_TOKEN }} fqbn: ${{ matrix.board.fqbn }} libraries: | # Install the library from the local path.