Skip to content

Commit ff328dd

Browse files
committed
Update compile-sketch.yml
1 parent 0214331 commit ff328dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
# - push
55
- pull_request
66

7-
87
jobs:
98
compile-sketch:
109
runs-on: ubuntu-latest
@@ -92,8 +91,9 @@ jobs:
9291
run: echo running on branch ${GITHUB_REF##*/}
9392

9493
- name: Compile Sketch
95-
uses: arduino/compile-sketches@v1
94+
uses: arduino/compile-sketches@v1.1.0
9695
with:
96+
github-token: ${{ secrets.GITHUB_TOKEN }}
9797
platforms: ${{ matrix.board.platforms }}
9898
fqbn: ${{ matrix.board.fqbn }}
9999
libraries: |

0 commit comments

Comments
 (0)