Skip to content

Commit 06a1b8d

Browse files
authored
Merge pull request #132 from arduino/github-token
Use authenticated API requests in "Compile Examples" CI workflow
2 parents a2c06d7 + 0c85494 commit 06a1b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: Compile examples
6565
uses: arduino/actions/libraries/compile-examples@master
6666
with:
67+
github-token: ${{ secrets.GITHUB_TOKEN }}
6768
fqbn: ${{ matrix.board.fqbn }}
6869
platforms: |
6970
# Use Board Manager to install the latest release of Arduino mbed Boards to get the toolchain

0 commit comments

Comments
 (0)