diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 884f11d6..011d2f1e 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -19,4 +19,5 @@ jobs: fetch-depth: 1 - uses: arduino/actions/libraries/compile-examples@master with: + github-token: ${{ secrets.GITHUB_TOKEN }} fqbn: ${{ matrix.fqbn }}