We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9690f commit 35dab59Copy full SHA for 35dab59
.github/workflows/compile-examples.yml
@@ -138,3 +138,5 @@ jobs:
138
${{ env.UNIVERSAL_LIBRARIES }}
139
${{ matrix.usb-libraries }}
140
sketch-paths: '${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.usb-sketch-paths }} ${{ matrix.serial1-sketch-paths }} ${{ matrix.starter-kit-sketch-paths }}'
141
+ # This input can be removed once the repository is made public
142
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments