diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index c6f8f8e..f47118a 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -23,9 +23,8 @@ jobs: build: name: ${{ matrix.board.fqbn }} runs-on: ubuntu-latest - permissions: { + permissions: contents: read - } env: LIBRARIES: | @@ -75,7 +74,6 @@ jobs: uses: arduino/compile-sketches@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} - platforms: ${{ matrix.platforms }} fqbn: ${{ matrix.board.fqbn }} libraries: ${{ env.LIBRARIES }} sketch-paths: ${{ env.SKETCH_PATHS }}