diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 313c270e..28e61cad 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -110,6 +110,7 @@ jobs: - name: Compile examples uses: arduino/actions/libraries/compile-examples@master with: + github-token: ${{ secrets.GITHUB_TOKEN }} fqbn: ${{ matrix.board.fqbn }} libraries: | - name: Adafruit MQTT Library @@ -149,4 +150,4 @@ jobs: uses: actions/upload-artifact@v1 with: name: size-deltas-reports - path: size-deltas-reports \ No newline at end of file + path: size-deltas-reports